Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # ls -v doesnt work properly
- # sort command doesnt have -V
- # use long format instead: ls cpio-* | sort -n -k 2 -t\-
- rm -f ramdisk.tmp
- for f_vsort in `ls cpio-* | sort -n -k 2 -t -`; do cat $f_vsort >> ramdisk.tmp; done
- cat ramdisk2 >> ramdisk.tmp
Advertisement
Add Comment
Please, Sign In to add comment