Home » Misc » Collections of some …

Collections of some bash commands

ls example_doc.* | grep -v *.tex | xargs rm

grep -v carries out the inverse matching.

lsblk

or

sudo fdisk -l