mirror of
https://github.com/denisidoro/navi
synced 2024-11-21 19:13:07 +00:00
Update shell.cheat
This commit is contained in:
parent
8d584cc116
commit
85e376f850
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue