\curl … | bash … what’s the slash for? [duplicate]

This is used to call the “original” command, avoiding it to be called with the possible aliases. That is, disables the possible aliases on the command curl and adjusts to the original one.

If you have

alias grep='grep --color=auto'

and then you do grep, it will have colours. So if you do not want colours, you would just write \grep.

Leave a Comment

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)