linux command lines
Some command lines I’ve learned from friends.
du -bsx * | sort -n = will list folders/files along with it’s sizes and sorted asc
ls -lst = will list files/folder with dates, modes or in details
pwd = will show current location
Tags: command line, linux, linux command lines, linux commands


