[george@alpha]$ find . -depth -ls | awk '{print $1,$11}' | pg
16390568 ./IP.KEYS.HOLD/OVER.30
16390570 ./IP.KEYS.HOLD/.Type30
16390569 ./IP.KEYS.HOLD/DATA.30
16390567 ./IP.KEYS.HOLD
15795741 ./VME-ADV-FILE/OVER.30
15795743 ./VME-ADV-FILE/.Type30
15795742 ./VME-ADV-FILE/DATA.30
15795740 ./VME-ADV-FILE
16847470 ./RATE-SHEE000/OVER.30
16847472 ./RATE-SHEE000/.Type30
16847471 ./RATE-SHEE000/DATA.30
16847469 ./RATE-SHEE000
15738624 ./D_N&A0500-HOLD
15738846 ./D_BPA.SUMMA000
16847200 ./N&A0028/OVER.30
16847202 ./N&A0028/.Type30
16847201 ./N&A0028/DATA.30
16847199 ./N&A0028

-----Original Message-----
From: u2-users-boun...@listserver.u2ug.org 
[mailto:u2-users-boun...@listserver.u2ug.org] On Behalf Of George Gallen
Sent: Friday, March 16, 2012 3:46 PM
To: U2 Users List
Subject: Re: [U2] Turn a device and inode into file name

Or loop through "df" with 'cd filesystemname ; find . -ls -depth | awk "{print 
$x $y}"'  where $x and $y are the
   Column numbers for the inode number and the filename

Of course, this would be for unix only

George 

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to