Search Results

Search: Posts Made By: hashin_p
2,018
Posted By hashin_p
explanation for a script
Guys,

was wondering what the meaning of the below bit is ?

awk -F ' ' '{print $1 " " $2 ;}' $TEMPFILE | (rm -f $TEMPFILE; sed 's/$/ '"$box"'/g' > $TEMPFILE)

Can anyone explain this in...
8,164
Posted By hashin_p
I dont know .. I want to know so I posted this...
I dont know .. I want to know so I posted this thread :)
8,164
Posted By hashin_p
Is it not possible to do a generic function which...
Is it not possible to do a generic function which works for all commands?
8,164
Posted By hashin_p
command execution time
Hi all,

I want to display a progressbar depending upon the completion status of a command. I am coding from scratch as I dont want to use in place code. so Is there anyway of getting the progress...
1,852
Posted By hashin_p
help with grep
Hi Folks,

I want to find the lines ending with ".4ge" among a set of lines.

Can you provide reex for this. I want to use grep in a piping.

I tried this ,but not working..
/usr/sbin/swlist...
Showing results 1 to 5 of 5

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