Search Results

Search: Posts Made By: czar21
2,182
Posted By czar21
Yes, I know. So why the double backlash? Is that...
Yes, I know. So why the double backlash? Is that to force the interpretation of the 2nd one as a backslash?

Then it would mean that

nu\\t.\*

is replacing

nu\t.*

Which doesn't make...
2,182
Posted By czar21
Unsure of sed notation (nu\\t.\*)
This piece of code is in a shell script I'm trying to modify to run on my system.

sed s:nu\\t.\*:"nu=0"

It's clearly a substitute script which replaces nu\\t.\* with nu = 0.

What exactly...
2,514
Posted By czar21
DDDD EEEE FFFF GGGG 1111 2222 3333 ...
DDDD
EEEE
FFFF
GGGG
1111
2222
3333
HHHH
IIII
JJJJ
2,514
Posted By czar21
sed to cp lines x->y from 1.txt into lines a->b in file2.txt
I have one base file, and multiple target files-- each have uniform line structure so no need to use grep to find things-- can just define sections by line number.

My question is quite simple--...
Showing results 1 to 4 of 4

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