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.
history of changes in a file
Name: nauj Date: October 22, 2008 at 07:51:16 Pacific OS: AIX 5.1 CPU/Ram: IBM Product: IBM
Comment:
I would like to know if it’s possible to get the changes history of one file. For example, to obtain the five lasts date of change and the user who have made those changes. It’s like a ‘ls –la file’, but not only with last change, I need the history of changes and users. I suppose it exits audit tools to make that, but I’m thinking in a command or standar tools which can be used in standard UNIX platforms. Any advice will be greatly appreciated. Thank’s in advance
Summary: If you are calling sed every time through the loop, there is no way it is more efficient. If you are doing a global change to a file, sed is the utility of choice. Size of the file is not a factor. ...
Summary: Hi, how do we change a variable's value in a file? e.g. $ cat <file1> AGE=1 bla bla........... i need to change the value of variable "AGE" to a newvalue(let's say "0") Thanks, Amit ...
Summary: Hi All, I have a file, contains: "jfd, jlk, slj, lsk, lskd, sldj, adk" "sdj, lkdjf, lsdjfj, lsjf, kds, skldj, slk" "kdj, kdsk, skd, skdk, sljs " ... each line has quotes, spaces, commas and charact...