Ask DN: Favorite bash_profile aliases?

over 7 years ago from David M, UI Developer

  • DC Crowley, over 7 years ago (edited over 7 years ago )

    not an alias but I use ls -lrt a lot to see last added files lls = ls -l |awk '{print $9}' // prints a straight file listlls > filelist.txt

    0 points