Search Results

Search: Posts Made By: kailash19
3,491
Posted By yazu
Your var "host_file" gets the previous value of...
Your var "host_file" gets the previous value of $OPTARG. Just add a colon.
-f hostfile(each host in new line)
...
while getopts "hs:e:m:f:" OPTION
...
f)
...
1,906
Posted By michaelrozar17
Can we grep out the . and try..? # Machine -...
Can we grep out the . and try..?
# Machine - GNU Linux's output
who -a | grep -v " \. "
who -a | awk '$6!="."{print}'
21,832
Posted By Scrutinizer
If your file is called "edit-this", try more...
If your file is called "edit-this", try
more .edit-this.swp
21,832
Posted By jlliagre
:w /tmp/current :!diff -c /tmp/current % | less...
:w /tmp/current
:!diff -c /tmp/current % | less

---------- Post updated at 23:53 ---------- Previous update was at 23:52 ----------

This is vim specific.
Showing results 1 to 4 of 4

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