Search Results

Search: Posts Made By: Arpitmitm
1,864
Posted By Arpitmitm
Hi , Insted of echoing just assign value to...
Hi ,

Insted of echoing just assign value to ch in case : like below
case "$ch" in
"1") ch=$thrld;;
"2") ch=$thrld1;;
esac

Hope this will solve your probs

Regards
Arpit
2,636
Posted By Arpitmitm
Hi, Please try below sh_count=$(ls -1 2>...
Hi,

Please try below
sh_count=$(ls -1 2> /dev/null |wc -c)

Regards
Arpit
3,175
Posted By Arpitmitm
validation against special char
Hi ,
Please try below

OPTARG=$1
echo $OPTARG
len="`echo ${#OPTARG}`"
echo $len
cnt=1
while [ $cnt -le $len ]
do
c=$(echo "$OPTARG"|cut -c$cnt-$cnt)
if [[ $c = "-" ]]
then...
Forum: AIX 04-08-2009
7,525
Posted By Arpitmitm
Printing from AIX 5.0 to windows
Dear All,

I just want to know how we can print a report from unix server to that printer which has installed on windows.

As from UNIX i can use below command to print ,but what set-up i need to...
Forum: AIX 06-01-2008
3,456
Posted By Arpitmitm
How transfer sql file from one serverto another without username and password
hi there,
Please help me
How transfer sql file from one server to another without username and password .i know just IP address.

Thanks
Arpit
Showing results 1 to 5 of 5

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