Search Results

Search: Posts Made By: zedex
5,265
Posted By clx
-- itself is the solution. If you ever need to...
-- itself is the solution. If you ever need to grep these kind of words/strings etc, use "--" to disable to treat them as a switch

$ cat f3
--
-i
-v
$


$ grep -- -i f3
-i
$ grep -- -v...
14,443
Posted By citaylor
tar -C /dir1 -cf - . | ( cd /dir2 ; tar -xpf - )
tar -C /dir1 -cf - . | ( cd /dir2 ; tar -xpf - )
17,591
Posted By prasad111
echo "${var}' | awk '{print...
echo "${var}' | awk '{print substr($0,length($0)-7,7)}'
7,354
Posted By pludi
See perldoc -f -X...
See perldoc -f -X (http://perldoc.perl.org/functions/-X.html)
5,969
Posted By cjcox
I do not believe there is a limit (well.. there...
I do not believe there is a limit (well.. there probably is one, duh... but it's not "9"). But NIS is just a table pusher. The problem isn't NIS per se... it's what you do with the information.
...
34
83,845
Posted By ungalnanban
Vim tips and tricks
Vim Tips and Tricks


Save and quit



:w => Save [:w filename writes the content to the specified file from current file]

:q => Exit as long as there have been no changes

:q! =>...
Showing results 1 to 6 of 6

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