Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Unix stat command
Name: jrewen Date: December 22, 2003 at 08:27:05 Pacific OS: Unix CPU/Ram: unknown
Comment:
hi, I'm altering a script from Unix to Linux, and I came across the Unix stat command - not the function, but the command.
I know I had to get an rpm to run this in RedHat 8 - however, the unix command also has "-m" as an option.
I just can't seem to find what the option does - could someone familiar with the stat command let me know? Web searches are turing up emtpy, even the man stat isn't helping.
Summary: I am using Unix sed command like this sed 's/XX/new.dat/' x > y.out The replacement is working fine but while creating the y.out file its truncating the last line from x file Any idea why this is ha...
Summary: Dev: It depends on how 'source code' and 'execuatable' are defined. You can say my source code is all files with an extension of .c or .h and use the find command: find . -type f \( -name "*.c" -o -n...
Summary: thanks for the input :) but from what I understand, the command line "stat -m" would only return information regarding the modification of the file. At least that's what someone on this forum told me ...