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
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