Search Results

Search: Posts Made By: </kida>
12,885
Posted By </kida>
ready. I have it.
ready. I have it.
12,885
Posted By </kida>
Delete line with sed or awk (with specified condition)
Hello. I'm trying to delete the lines of a file does not contain the letter "T " (for example) at position 26.

So far, I could only print the result:
awk '{if (substr ($ 1,1,26)! ~ / T /)...
8,997
Posted By </kida>
thanks!
thanks!
8,997
Posted By </kida>
Insert text with Sed (in various positions)
Hello. I'm trying to insert text in various positions and I could only do that using pipes for each position.

Example:

cat file | sed -e 's#\(.\{5\}\)\(.*\)#\1:\2#g' | sed -e...
Showing results 1 to 4 of 4

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