예) 버전 보기 옵션의 경우
long option style (GNU)
--version
short option style (UNIX)
-v
old option style (BSD)
v
v 가 version 대신 verbose 라고도 생각할 수 있기 때문에 --version 로 명확하게 표현하는게 좋을것 같은데 넘 길어 잘 사용하지 않는것 같다.
사실 옵션이 익숙해지면 보통 dash(-) 가 없는 옵션 스타일 가장 짧아 쓰기 편하다.
참고
https://www.gnu.org/software/tar/manual/html_section/tar_21.html
http://unix.stackexchange.com/questions/78691/unix-bsd-gnu-options-in-linuxs-ps-command-where-are-they-from
사실 옵션이 익숙해지면 보통 dash(-) 가 없는 옵션 스타일 가장 짧아 쓰기 편하다.
https://www.gnu.org/software/tar/manual/html_section/tar_21.html
http://unix.stackexchange.com/questions/78691/unix-bsd-gnu-options-in-linuxs-ps-command-where-are-they-from
comments:
댓글 쓰기