Changeset 2589
- Timestamp:
- Mar 9, 2006, 2:36:17 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/coreutils/tests/mv/part-symlink
r2554 r2589 98 98 # and put brackets around the output. 99 99 test -s .err && { 100 echo '[' | tr -d '\ n'100 echo '[' | tr -d '\r\n' # bird 101 101 sed 's/^[^:][^:]*\(..\):/\1:/;s,'$other_partition_tmpdir/,, .err 102 echo ']' | tr -d '\ n'102 echo ']' | tr -d '\r\n' # bird 103 103 } 104 104 # Strip off all but the file names. 105 105 # Remove any site-dependent part of each file name. 106 ls="`ls -gG --ignore=.err . \106 ls="`ls -gG --time-style=iso --ignore=.err . \ 107 107 | sed \ 108 108 -e '/^total /d' \ 109 109 -e s,$other_partition_tmpdir/,, \ 110 110 -e s,$pwd_tmp/,, \ 111 -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* * [^ ]* *//'`"112 ls2="`cd $other_partition_tmpdir && ls -gG -- ignore=.err . \111 -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *//'`" # bird: iso time - one word less 112 ls2="`cd $other_partition_tmpdir && ls -gG --time-style=iso --ignore=.err . \ 113 113 | sed \ 114 114 -e '/^total /d' \ 115 115 -e s,$other_partition_tmpdir/,, \ 116 116 -e s,$pwd_tmp/,, \ 117 -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* * [^ ]* *//'`"117 -e 's/^[^ ]* *[^ ]* *[^ ]* *[^ ]* *[^ ]* *//'`" # bird: iso time 118 118 echo "($ls) ($ls2)" 119 119 … … 147 147 done 148 148 fi 149 ) | tr '\n' ' ' 149 ) | tr '\n' ' ' | tr -d '\r' # bird 150 150 echo 151 151 ) | sed 's/ *$//'
Note:
See TracChangeset
for help on using the changeset viewer.