appended to linux notes new programs

This commit is contained in:
tomit4 2021-10-15 21:29:57 -07:00
parent f6afc5c312
commit 408deea427

View file

@ -119,6 +119,20 @@ curl ifconfig.me
To display all directories/files:
tree
To display stocks:
mop
To display weather:
inxi -w
To open terminal video player:
mplayer <video_name>
To download youtube videos:
youtube-dl <youtube url>
Only Audio
youtube-dl -x <youtube url>
To display all directories EXCEPT for one directory:
tree -I ignored_directory_name
Example: