clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Aug. 08 2004,11:45 |
|
Is there a way to get a listing of every file on the system, similar to the output from tar -t??? Besides the obvious: tar -cvf mytar * tar -tvf mytar
I am trying to make a dsl for a program that runs a lot of configuration programs after the *.deb files load with apt-get. What I would like to do is get a listing of every file in /ramdisk and /etc, including full path names and file sizes, before and after I load the new program. Then I want to take any line in the second file that isn't in the first (using grep) and add that entry to a file. Then I will take that file and use tar with the -T command to make my dsl.
|