diff --git a/cheats/shell.cheat b/cheats/shell.cheat index c8aac01..68ea2d7 100644 --- a/cheats/shell.cheat +++ b/cheats/shell.cheat @@ -14,7 +14,7 @@ apropos directory / apropos search (...) sudo nano /etc/motd # Run a script as background process -python script.py & + & #List all running processes ps -A @@ -219,4 +219,4 @@ sort cat | sort > # Sort and remove duplicates and save to a new file -sort | uniq > \ No newline at end of file +sort | uniq >