Random items about PC usage and programming
$ cat catall for i in $(ls -rt1 `find -type f`); do # type file name in red color echo -e "\033[31;1m$i\033[0m" cat $i; done;
Post a Comment
No comments:
Post a Comment