Re: slack10 questions On Sat, 26 Jun 2004 23:59:03 GMT,
Miguel De Anda <miguel@thedeanda.com> wrote:
>
> dvd: What command was used to make the file list files on the discs? I've
> tried variations of "ls -xxx" and can't get it exactly like what's on the
> discs (I'm trying to make a file list file for a merged disk)
I think the following will create a list like FILELIST.TXT:
$ unset LC_ALL # get a sorting order like FILELIST.TXT
$ cd /my/dvd/root/dir/
$ find | sort | xargs ls -ld > somefile.txt
I've no idea how Pat does it, however.
--
Mark Hill <mrhill@gmail.com> |