Search Results

Search: Posts Made By: cjs010
3,170
Posted By cjs010
If there are only specific functions you know you...
If there are only specific functions you know you want to fail on, you can code a function for each and eval whatever you trap within the function. Seems like too much work, because what if the...
1,799
Posted By cjs010
Try du
Use du with a switch to specify not to cross fs boundaries. On Solaris, command would be something like 'du -d / | sort -n' to find out where the big files in / were at. Then you have to go...
3,406
Posted By cjs010
Use the ~/.exrc file
You can set this up in your vi initialization file. Just add the line:
set number
to that file. Line numbers will be added just like you entered :set number from within vi.
23,371
Posted By cjs010
Have a look for a utility called vmsgrep. I've...
Have a look for a utility called vmsgrep. I've got the source code if you need it. It does exactly what you are asking to do (pull out a specified number of lines above/below your pattern match).
Showing results 1 to 4 of 4

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