Search Results

Search: Posts Made By: mahendrt
5,238
Posted By mahendrt
Hi Karthigayan, Thanks for your reply. I...
Hi Karthigayan,
Thanks for your reply.

I have already installed DBI module in my home directory. Problem is the DBD::Sybase is unable to locate DBI module, because it was installed in my home...
5,238
Posted By mahendrt
Perl installation in user directory
Hi,
The version of perl at my work is very old and It doesn't have advanced perl modules. I need to install DBI and DBD::Sybase modules but I dont have the root access.

So I have installed DBI...
3,398
Posted By mahendrt
You may try this: grep -q "mos44.0" file_name...
You may try this:
grep -q "mos44.0" file_name && sed 's/tkts44.0b7/tkts44.0b10/' file_name
5,084
Posted By mahendrt
You may try the following code. sed '$a\ >...
You may try the following code.
sed '$a\
> whatever you want to append
> ' file_name
4,737
Posted By mahendrt
double quotes may be causing the commands to be...
double quotes may be causing the commands to be interpreted by shell.
you may try ur code by placing single quotes inplace of double quotes.
23,910
Posted By mahendrt
Annihilannic, Thanks for the reply, but seq is...
Annihilannic,
Thanks for the reply, but seq is not there on my system and I use korn shell.
23,910
Posted By mahendrt
Thank you era..., this command has worked. ...
Thank you era..., this command has worked.

mkdir `awk 'END { for (i=1; i<=10; ++i) printf "test%02i\n", i }' /dev/null`
23,910
Posted By mahendrt
thanks for the reply era, None of the...
thanks for the reply era,

None of the commands u have given r working,
outputs of the commands are as follows:
1st: ksh: seq: not found
2nd: Usage: mkdir [-p] [-m mode] Directory ......
23,910
Posted By mahendrt
thanku radoulov, for prompt reply. 3rd code...
thanku radoulov, for prompt reply.
3rd code given by you is working perfectly....:)

May be my shell doesn't support such expansions, it has given following errors with rest of the commands.
...
23,910
Posted By mahendrt
Create directories with regular expression
Hi guys,
can any one tell me how to create directories using regular expression?
Let's say that I need to create directories test01, test02, test03.... test10.

Can it be done using any regular...
2,571
Posted By mahendrt
when any process is running stop the process by...
when any process is running stop the process by pressing ^z (ctrl+z). then it gives the job no.
then u can switch it to back ground by typing command bg %job_number (ex: bg %1)
if u want to get it...
Showing results 1 to 11 of 11

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