source:
drbl_ui/backup/test_busybox/busybox-1.7.2/testsuite/ls/ls-l-works
@
66
Last change on this file since 66 was 20, checked in by chris, 17 years ago | |
---|---|
File size: 117 bytes |
Line | |
---|---|
1 | [ -n "$d" ] || d=.. |
2 | LC_ALL=C ls -l "$d" > logfile.gnu |
3 | busybox ls -l "$d" > logfile.bb |
4 | diff -w logfile.gnu logfile.bb |
Note: See TracBrowser
for help on using the repository browser.