Search Results

Search: Posts Made By: edidataguy
5,569
Posted By edidataguy
Try this:STR=$(strings MR* | grep MoCoseries) ...
Try this:STR=$(strings MR* | grep MoCoseries)
Beware: you have to code for "What happens if the string is not found"
1,689
Posted By edidataguy
There are different ways to achive this. Try...
There are different ways to achive this.
Try this for one:
$ MYBUILDPATH=/randomstuff/myBuildRoot/data_tables
$ echo $MYBUILDPATH | sed 's~data_tables[/]*$~~'

/randomstuff/myBuildRoot/
$...
29,841
Posted By edidataguy
How about this: sed '1,10d' file*
How about this:
sed '1,10d' file*
41,008
Posted By edidataguy
sed -e 's/\(<[^<][^<]*>\)//g' file.xml OR ...
sed -e 's/\(<[^<][^<]*>\)//g' file.xml

OR

sed -e 's/\(<[^<][^<]*>\)//g; /^$/d' file.xml
Showing results 1 to 4 of 4

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