Search Results

Search: Posts Made By: veerabahu
1,622
Posted By Chubler_XL
How about this: sed -n '/^\$scope...
How about this:

sed -n '/^\$scope module/,/^$/p' your.vcd
1,622
Posted By alister
Should you have more complicated tasks to handle,...
Should you have more complicated tasks to handle, perhaps this will be of use to you: Verilog::VCD - search.cpan.org (http://search.cpan.org/~gsullivan/Verilog-VCD-0.03/lib/Verilog/VCD.pm)
...
3,467
Posted By alister
That sort does not behave as intended. The...
That sort does not behave as intended. The -k5.1,5.1 restricted key never has any effect. While it restricts that key to the first character of the fifth field, since leading blanks aren't ignored by...
3,467
Posted By Corona688
Sort based on the first and third characters of...
Sort based on the first and third characters of the fifth column:
sort -r -k 5.1,5.1 -k 5.3,5.3 < input > output


[edit] I suppose you could just sort on the 5th column itself... sort -r -k 5,5
105,050
Posted By Neo
Forum Video Tutorial: How to Use Code Tags
How to Use Code Tags in The UNIX and Linux Forums

Developer: This video tutorial was created by scott (https://www.unix.com/members/302063521.html) for forum users. Everyone should use code tags...
Showing results 1 to 5 of 5

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