Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ls-l-works « ls « testsuite - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ae5141d8067f06c21a5ba9b128ffdb63e32ae91e (plain)
1
2
3
4
[ -n "$d" ] || d=..
ls -l "$d" > logfile.gnu
busybox ls -l "$d" > logfile.bb
cmp logfile.gnu logfile.bb