source: mire/recup_date @ 33

Last change on this file since 33 was 32, checked in by meynadie, 15 years ago

Ajout de scripts à linker dans ~/bin

  • Property svn:executable set to *
File size: 91 bytes
Line 
1#!/bin/sh
2ls -l $1| grep .dat| awk '{print$8 "\t" $7 "\t" $6}' | sort -k2 | sed -e 's/*//'
Note: See TracBrowser for help on using the repository browser.