Tag Archives: linux command lines

linux command lines

Share 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 … Continue reading

Posted in anything under the moonlight, server | Tagged , , , | Leave a comment