Search Results

Search: Posts Made By: jimbob75
3,959
Posted By jimbob75
Wow. That worked! Thank you very much.
Wow. That worked!

Thank you very much.
3,959
Posted By jimbob75
history | tail -1 | sed -e 's/.\{7\}/&\n/g' |...
history | tail -1 | sed -e 's/.\{7\}/&\n/g' | head -1 ;date)>>hist ; tr -d '\012' < hist >> myhistory ; rm -rf hist ;

Didn't work:

Result was:
-bash: syntax error near unexpected token `)'
...
3,959
Posted By jimbob75
Didn't work. Thanks anyway.
Didn't work. Thanks anyway.
3,959
Posted By jimbob75
How do I combine the last 2 lines of a file
I tried to put the history line number and the date into the file with one command, and failed. Can't figure out how to get the date variable substituted for the last space captured.

history |...
Showing results 1 to 4 of 4

 
All times are GMT -4. The time now is 04:02 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy