I have encountered a bash script that has a back slash '\' immediately precedes a command. Could someone explain what the '\' is for? Thank you. E.g.:
PATH='/usr/local/bin:/bin:/usr/bin'
\export PATH
I have encountered a bash script that has a back slash '\' immediately precedes a command. Could someone explain what the '\' is for? Thank you. E.g.:
PATH='/usr/local/bin:/bin:/usr/bin'
\export PATH