I have downloaded the latest kernel sources from www.kernel.org.How do I recompile the kernel and install it on the existing system
Just a background, my volume group backup consumes 5 tapes. Backup using the “find . -print….” Now, I would like to restore a file which i know is from the 3rd tape. Using restore command restore -xvqf /dev/rmtx ./ /[filename] The system always ask for the first tape. Is there a restore command that can [...]
I am using the following command to sum the 3rd column in a ~ delimited file. awk -F~ ‘{total+=$3} END{print total}’ /tmp/foo Can I add conditions to this command e.g. sum column 3 if column 5 greater than 160 and less than 171 etc? Thanks
Hi, I am looking for a UNIX command that would return me the last 5 lines of my file. Can anyone help? Thanks





