Update shell.cheat

This commit is contained in:
bajatin 2020-02-09 18:49:05 +05:30 committed by GitHub
parent 8d584cc116
commit 85e376f850
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ apropos directory / apropos search (...)
sudo nano /etc/motd
# Run a script as background process
python script.py &
<process> &
#List all running processes
ps -A
@ -219,4 +219,4 @@ sort <hello-txt>
cat <file1-txt> | sort > <sorted-file1-txt>
# Sort and remove duplicates and save to a new file
sort <file1-txt> | uniq > <uniq-file1-txt>
sort <file1-txt> | uniq > <uniq-file1-txt>