Berkeley-Sysadmin_DeCal - Lab1b
Berkeley-Sysadmin_DeCal - Lab1b
作者学习的版本为spring 2021,但近年的作业内容基本一致
Shell spelunking
ls -a
ls | xargs cat
rm *
grep -B 2 'http' big_data.txt
chmod +x a_script
Use
vim
,nano
,emacs
etc
General Questions
ls -ltrh
head -n 4 big_data.txt
- overwrite and write
This post is licensed under CC BY 4.0 by the author.