Search Results

Search: Posts Made By: jatin.jain
9,388
Posted By jatin.jain
He ghost can u add me on any of the messengr.t...
He ghost can u add me on any of the messengr.t would be very helpful.I knw i forgot to add a carrot (^) earlier but i made the changes.still nt getting the desired ouptut.Add me on snipped if...
9,388
Posted By jatin.jain
#!/bin/sh ls -lR / | awk -v filename="$1" ...
#!/bin/sh
ls -lR / | awk -v filename="$1"
'/\//{ dir=$0}
/^-/{ if ( $9 == filename ) {
print "Found : " filename " in " dir
}
...
9,388
Posted By jatin.jain
awk: syntax error near line 1 awk: bailing out...
awk: syntax error near line 1
awk: bailing out near line 1
whts this
9,388
Posted By jatin.jain
Hi Ghost, i tried using ls but how to do it...
Hi Ghost,
i tried using ls but how to do it recursively ls -r ?. It dint work for me
i will show u a snippet of my script

#!/bin/sh
echo $1 #display the input entered
c=$1 ...
9,388
Posted By jatin.jain
Little bit weired : Find files in UNIX w/o using find or where command
Yes , I have to find a file in unix without using any find or where commands.Any pointers for the same would be very helpful as i am beginner in shell scritping and need a solution for the same.
...
72,106
Posted By jatin.jain
How to get active connections in Unix
Hi All,
I have to find out how many active connections with other machines are there,then list the remote machine IP address and type of connection.
When u say type of connection what does it...
Showing results 1 to 6 of 6

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