tips & tricks/Linux/Unix
명령어 앞에 백슬래쉬(\)의 의미
manywaypark
2016. 4. 14. 16:19
alias가 아닌, 원래(vanilla) 명령어를 실행하게 한다.
command라는 command도 같은 역할을 함.
refs:
- http://serverfault.com/questions/480271/backslash-at-the-beginning-of-a-command
- http://www.cyberciti.biz/faq/bash-shell-temporarily-disable-an-alias/
happy hackin'