https://github.com/AstinCHOI/book_unix-linux-shellscript
"유닉스 리눅스 셸 스크립트 예제 사전: Unix & Linux Shell Script Exercise Dictionary" - 한빛미디어
https://github.com/AstinCHOI/book_unix-linux-shellscript
Last synced: 3 months ago
JSON representation
"유닉스 리눅스 셸 스크립트 예제 사전: Unix & Linux Shell Script Exercise Dictionary" - 한빛미디어
- Host: GitHub
- URL: https://github.com/AstinCHOI/book_unix-linux-shellscript
- Owner: AstinCHOI
- Created: 2016-06-06T12:32:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-17T08:16:46.000Z (about 8 years ago)
- Last Synced: 2024-08-04T04:03:19.007Z (7 months ago)
- Language: Shell
- Size: 85 KB
- Stars: 10
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# book_unix-linux-shellscript
"유닉스 리눅스 셸 스크립트 예제 사전: Unix & Linux Shell Script Exercise Dictionary" - 한빛미디어## Prologue
##### Check Login Shell
$ echo $SHELL
##### Check File Format
$ file script
##### Check Syntax
$ sh -n script.sh
## [002] Check Signal
$ kill -l