Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/AstinCHOI/book_unix-linux-shellscript

"유닉스 리눅스 셸 스크립트 예제 사전: Unix & Linux Shell Script Exercise Dictionary" - 한빛미디어
https://github.com/AstinCHOI/book_unix-linux-shellscript

Last synced: 27 days ago
JSON representation

"유닉스 리눅스 셸 스크립트 예제 사전: Unix & Linux Shell Script Exercise Dictionary" - 한빛미디어

Lists

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