PHP
·
发表于 5年以前
·
阅读量:8290
#!/bin/bash
#copy the /usr/bin directory listing to a log file
today=`date +%y%m%d`
ls /usr/bin -al > log.$today