[16233] in Athena Bugs
sgi [8.2.9]: script
daemon@ATHENA.MIT.EDU (Jonathon Weiss)
Tue Aug 25 21:13:05 1998
Date: Wed, 26 Aug 1998 01:13:00 GMT
To: bugs@MIT.EDU
Cc: jweiss@MIT.EDU
From: Jonathon Weiss <jweiss@MIT.EDU>
System name: deliverator.mit.edu
Type and version: IP22 8.2.9
Display type: GR3-XZ
What were you trying to do?
run the following command after running script (the reason for
this will become appearant in an upcoming bug report.
find /usr -type l -print | xargs ls -ld | grep /os/ | awk '{print $11}' | xargs ls -ld | grep ' -> '
What went wrong?
I occasionally saw lines that looked like:
lrwxr-xr-x 1 root sys lrwxr-xr-x 1 root sys 10 Mar 18 21:12 /os/usr/sbin/fileconvert -> routeprint
although it appears that the correct thing was written into the script file.
(this did not happen when I ran the same command wihtout running script first.)