Top "Alias" questions

An alias is an alternative name.

C++ member variable aliases?

I'm pretty sure this is possible, because I'm pretty sure I've seen it done. I think it is awesome, but …

c++ struct variables alias member
Lost keystore alias but have file and password used for alias

recently I added a new alias to my keystore to sign my app. Now I lost the new generated file …

android google-play alias keystore
Cannot find module that is defined in tsconfig `paths`

I am trying to setup aliases for my mock server. Whenever I try to compile ts files, it returns error …

typescript alias tsc tsconfig ts-node
What is the difference between square brackets and single quotes for aliasing in SQL Server?

I have seen some people alias column names using single quotes eg: select orderID 'Order No' from orders and others …

sql-server alias quotes brackets aliasing
Why aliases in a non-interactive Bash shell do not work

I am trying to use aliases in a non-interactive bash shell. I have defined my aliases in ~/.bashrc and I …

bash alias non-interactive shopt
Ambiguous Column Reference with an AS alias

I am unsure as to how to resolve an ambiguous column reference when using an alias. Imagine two tables, a …

sql postgresql alias ambiguous
Alias target name in Makefile

The Problem: Is it possible to give a target a different name or alias, such that it can be invoked …

makefile alias target synonym
How to make .bashrc aliases available within a vim shell command? (:!...)

I use bash on mac and one of the aliases is like this alias gitlog='git --no-pager log -n 20 --pretty=…

bash vim alias
Adding an alias for Sublime Text to zshrc

Just have a quick question on how to add an alias for SublimeText to my ZSH. I've been to their …

alias zsh sublimetext2 zshrc
Class alias in Ruby

I am developing a new Rails app based on a similar existing one. In my old app, I have Coupon …

ruby-on-rails ruby class alias