]> Dogcows Code - chaz/tar/commitdiff
sort ls output
authorSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Feb 2005 16:29:27 +0000 (16:29 +0000)
committerSergey Poznyakoff <gray@gnu.org.ua>
Thu, 3 Feb 2005 16:29:27 +0000 (16:29 +0000)
tests/same-order01.at

index d0e4f0aedaec2c4e31ff301b2ddc75db7f9dab15..8116076fa6fc195a1f5d0bbd90e3a8b7ef005fde 100644 (file)
@@ -34,7 +34,7 @@ tar cf archive file1 file2
 mkdir directory
 tar -xf archive --same-order -C directory || exit 1
 
-ls directory
+ls directory|sort 2>/dev/null
 ],
 [0],
 [file1
This page took 0.018329 seconds and 4 git commands to generate.