Search Results

Search: Posts Made By: adhit
1,956
Posted By adhit
find . -name *.txt|xargs -i rcp {}...
find . -name *.txt|xargs -i rcp {} username@serverhost:/dir_server

thanks
1,450
Posted By adhit
Hi, please try this flag=0 touch...
Hi,

please try this
flag=0
touch /tmp/testaja.txt
bdf|awk '{print $5" "$6}'|while read output;
do
persen=$(echo $output |awk -F "%" '{print $1}')
dir=$(echo $output |awk '{print $2}')
...
4,653
Posted By adhit
if you want all the output from file2 awk -F...
if you want all the output from file2
awk -F "|" '{print $11}' testing|xargs -i grep {} testing1|awk '{print$0}' testing1
4,653
Posted By adhit
perhaps like this: awk -F "|" '{print $11}'...
perhaps like this:

awk -F "|" '{print $11}' testing|xargs -i grep {} testing1|awk '{print$1}' testing1

testing is inputfile1 testing1 is comparation file

thanks
16,737
Posted By adhit
Hi, if you only want to take...
Hi,

if you only want to take callingPartyNumber=(4)08999987059 's INCOMING TCAP MESSAGE

try
awk '/MESSAGE/; /callingPartyNumber/' filename.log
but need to modify it

if you want to get...
12,350
Posted By adhit
Hi Try this one bdf|awk '{print $5" "$6}'|...
Hi Try this one

bdf|awk '{print $5" "$6}'| while read output;
> do
> sizes=$(echo $output|awk '{print $1}'|awk -F "%" '{print $1}')
> dir=$(echo $output|awk '{print $2}')
> if [ $sizes -ge 90...
Forum: HP-UX 05-09-2008
8,628
Posted By adhit
yes, i've ever had this kind of problem...
yes, i've ever had this kind of problem before:confused:, and reboot was the final way that i took :D, perhaps anyone can help what should we do in this kind of situation beside reboot

thanks
5,109
Posted By adhit
rd=`date +%d/%m/%y` echo $rd hope that help
rd=`date +%d/%m/%y`
echo $rd

hope that help
8,723
Posted By adhit
perhaps like this awk '{print $1}'...
perhaps like this

awk '{print $1}' /tmp/config.txt|while read output;
do
machine=$(echo $output | awk '{ print $1}')
#your script here
echo $machine
done

config.txt is the machine list...
7,521
Posted By adhit
rd = `date +%Y-%m-%d" "%H:%M:%S` print...
rd = `date +%Y-%m-%d" "%H:%M:%S`
print $rd
Showing results 1 to 10 of 10

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