Search Results

Search: Posts Made By: Scrutinizer
2,662
Posted By Scrutinizer
Try: sed -n '/^ *Name /{N;N;N;N;N;/Name...
Try:
sed -n '/^ *Name /{N;N;N;N;N;/Name .*\n.*Prompt .*\n.*Default .*\n.*ParamType .*\n.*ParamLength .*\n.*ParamScale /p;}' infile
2,662
Posted By Scrutinizer
What is your OS and version?
What is your OS and version?
2,662
Posted By Scrutinizer
Did you try #5 ? What did you get and what did...
Did you try #5 ? What did you get and what did you expect?
2,662
Posted By Scrutinizer
Try: awk '$1=="Name",$1=="ParamScale"'...
Try:
awk '$1=="Name",$1=="ParamScale"' infile
2,662
Posted By Scrutinizer
Try: grep -v DSSUBRECORD file
Try: grep -v DSSUBRECORD file
Showing results 1 to 5 of 5

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