Mar 10, 20101
List Files Newer Than 10 Days
Categories: Linux (Ubuntu)
How to List Files Newer Than 10 Days using ls:
find . -mtime -10
How to List Files Newer Than 10 Days using ls:
find . -mtime -10
Alias für ein besseres ls.
alias ls='ls -lsah'
-l use a long listing format
-s print size of each file
-a do not ignore entries starting with .
-h print sizes in human readable format (e.g., 1K 234M 2G)
Neustarten der .bashrc
. ~/.bashrc
Um eine Liste aktiver TCP-Verbindungen –bspw. auf dem Server — angezeigt zu bekommen, lässt sich netstat prima verwenden:
netstat -a | grep ESTABLISHED
MAC, Linux und das Beste aus dem WWW