Search Results

Search: Posts Made By: axiopisty
4,180
Posted By Corona688
It's not a command, it's a special variable which...
It's not a command, it's a special variable which determines what value(s) the shell splits and joins strings upon. Setting it to | allows me to join $1 $2 $3 ... together like "A|B|C" so I can grep...
4,180
Posted By Corona688
Apparently catalina has its port as string 2...
Apparently catalina has its port as string 2 here, but most things won't. If you want something that works for catalina, great.

Here's a tip: Instead of doing 'grep -v grep', just make it so...
4,180
Posted By RudiC
{ list; } is a group command, the components of...
{ list; } is a group command, the components of list are executed one after the other, and all stdouts of the list are piped to awk, which first sees the ps output, checks $15 (may be different in...
163,797
Posted By tayyabq8
> /dev/null 2>&1 You need to understand the...
> /dev/null 2>&1 You need to understand the theory first and then its upto you how and where you want to apply that theory. I'll try to explain above to you.

The greater-than (>) in commands like...
Showing results 1 to 4 of 4

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