Search Results

Search: Posts Made By: MKR
2,709
Posted By MKR
Hi, Try doing unix2dos Eg : unix2dos...
Hi,

Try doing unix2dos

Eg : unix2dos file_name (in server itself before getting the file in local system)
Forum: AIX 03-11-2013
1,832
Posted By MKR
Binary Comparision
Hi Folks,

Is there any way to compare the binaries which are built in AIX (5.3.0) environment?

Thanks in advance.

MKR
Forum: Ubuntu 02-22-2013
1,574
Posted By MKR
Did you try : windows_key + L ??
Did you try :

windows_key + L ??
16,795
Posted By MKR
try : #!/bin/sh while true do ...
try :

#!/bin/sh
while true
do
hour=$(date +"%T")
if [ "$hour" == 18:30:00 ] || [ "$hour" != 18:30:00 ] ; then
<Do the JOB>
fi
done
10,894
Posted By MKR
Follow the below steps if you are using command...
Follow the below steps if you are using command prompt to get the file.

1) ftp xx.xx.xx.xx (ip_add of server)
2) user_name
3) password
4) set server path where file is placed
5) type the...
975
Posted By MKR
what is the scenario?
what is the scenario?
1,705
Posted By MKR
Hi, Use the below export after export...
Hi,

Use the below export after export ORACLE_HOME

export PATH=$ORACLE_HOME/bin:$PATH
3,838
Posted By MKR
you can better opt for top command. Eg: top ...
you can better opt for top command.
Eg: top or top | grep user/process_name
2,244
Posted By MKR
Try this #!/bin/bash more /etc/passwd |...
Try this

#!/bin/bash
more /etc/passwd | grep "sandra" 2>/dev/null
if [ "$?" = "0" ]; then
echo "FOUND"
else
echo "NOT FOUND"
fi
2,349
Posted By MKR
Can it be used ?? #!/bin/sh echo "Enter...
Can it be used ??

#!/bin/sh
echo "Enter Team Name :"
read name
output=`echo $name | sed -e "s/ /_/g"`
grep "$name" team >> $output


MKR
1,771
Posted By MKR
If you trying to find the outfile1.out file...
If you trying to find the outfile1.out file directly from any of the parent directories without knowing its actual path then try using this.

find / -name output1.out 2>/dev/null
Forum: Red Hat 02-08-2013
1,849
Posted By MKR
Check whether the port has been enabled through...
Check whether the port has been enabled through firewall.
3,632
Posted By MKR
Hi Rudic, Please let me know what does [M]...
Hi Rudic,

Please let me know what does [M] implies.
how does it filter?
1,771
Posted By MKR
Hi, So far the situation is concerned...
Hi,

So far the situation is concerned without permission it is not possible either to jump
directly or to have a softlink. Since without permission the same will not be executed.
Moreover it...
10,456
Posted By MKR
Hi Jim, I tried but still am not meeting...
Hi Jim,

I tried but still am not meeting with what I want.
Could you let me know where I went wrong ...

Code :
#!/bin/sh
echo "zip file name "
read p0
echo "enter S Path"
read p1
echo "...
10,456
Posted By MKR
Thanks for the response, Jim. As you suggested,...
Thanks for the response, Jim. As you suggested, it worked.
But let know :
1) if we can use -e as option and the password can be fetched from any file and given as input in run time scenario?
10,456
Posted By MKR
Zip with Password
Hi,

In my shell script I am using the zip command to zip the log files. The zip file is password protected. But there is a dicey.

I want the output as:
1) All files should be zipped including...
Forum: Red Hat 12-18-2012
3,989
Posted By MKR
Setting Password For PDF File--Linux
Hi,

I am in need of help. My requirements are :
1) To convert the existing files (irrespective of their format) in a directory to PDF format
2) To make the converted files password protected.
...
Showing results 1 to 18 of 18

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