Top "Alias" questions

An alias is an alternative name.

C++ namespace alias in entire class scope

I expected to be able to use a namespace alias in a class declaration but get a compiler syntax error. …

c++ namespaces scope alias
Grails Criteria projections on joined table

I have an issue with grails criteria builder, I want to do a projection on a column that is on …

grails alias projection criteria-api
sublime symlink disappeared after upgrading to El Capitan

I have just upgraded to OS X El Capitan and subl . command stopped working with the zsh: command not found: …

sublimetext3 alias zshrc osx-elcapitan
Can I use an alias to execute a program from a python script

I am almost brand new to python scripting, so please excuse any stupid questions, but any help anyone can give …

python bash unix alias nuke
List all aliases available in fish/bash shell

Is there a way to list all aliases, something like: $ ls-aliases .. "cd .." la "ls -Gla" gs "git stash" etc... Also …

bash macos shell alias fish
Apache2 VirtualHost (ProxyPass and Alias) configuration works in Ubuntu but not on OSX

I have been using an Ubuntu machine for my development environment for years and am attempting to migrate to OSX (…

apache2 alias virtualhost apache2.2 proxypass
java generics covariance

I am having trouble understanding the following article: http://www.ibm.com/developerworks/java/library/j-jtp01255.html Under, Generics are …

java generics alias covariance
How do you alias a type in Python?

In some (mostly functional) languages you can do something like this: type row = list(datum) or type row = [datum] So …

python alias type-hinting python-typing
Are symbolic links and aliases the same thing on OS X?

I have been trying to set up some symbolic links in the Terminal, and haven't been able to get them …

macos alias symlink
how can I override alias set in .bash_aliases

I like to use bash aliases to customize bash commands. Is there a way to override the bash alias settings, …

bash alias