Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 122 Bytes

Shell_Script_Cheatsheet.MD

File metadata and controls

13 lines (7 loc) · 122 Bytes

Make a shell script executable and run it

chmod +x yourfile.sh
./yourfile.sh

use awk

use sed