Skip to content

Instantly share code, notes, and snippets.

@0gust1
Created February 15, 2012 13:40
Show Gist options
  • Save 0gust1/1835719 to your computer and use it in GitHub Desktop.
Save 0gust1/1835719 to your computer and use it in GitHub Desktop.
Some command-line snippets
CYGWIN :
========
Lister les fichiers png d'un rep. par date de modif, les cracher dans un fichier texte, avec retour chariot windows (un fichier par ligne) :
ls -t -1 *.png | sed 's/$/\r/' > toto.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment