Search Results

Search: Posts Made By: mr_harish80
Forum: Linux 04-15-2012
18,309
Posted By mr_harish80
Do i need to create the Public key ,if yes could...
Do i need to create the Public key ,if yes could you please provide the steps.
In this case I am storing the password in the file which can read by any other person. If there is any other mechnism...
Forum: Linux 04-15-2012
18,309
Posted By mr_harish80
Pgp encryption script
I have file in linux which I need to do the PGP encryption.
Through manually I am using this command to do the same

gpg -c scsrun.log
Enter passphrase :
Repeat Passphrase :

But how I can...
6,872
Posted By mr_harish80
Remove <CR><LF> from the dat file in unix
Hi,

The source system has created the file in the dat format and put into the linux directory as mentioned below. I want to do foloowing things.

a) Delete the Line started with <CR><LF> in...
11,369
Posted By mr_harish80
So could you please send me that program
So could you please send me that program
11,369
Posted By mr_harish80
Thanks for this ....
Thanks for this ....
11,369
Posted By mr_harish80
Kill Process not owned by other user
Hi Here is my problem:
1)I am login to unix server through my login id and do SU - xxx
2) Start the script which is running in background
I want that other user which login to there id and do SU...
2,652
Posted By mr_harish80
Can you please explain the gsub part please.
Can you please explain the gsub part please.
6,834
Posted By mr_harish80
This is realy a wonderful code. A bit curious...
This is realy a wonderful code.
A bit curious can you explain how this code is executing.

Thanks
1,577
Posted By mr_harish80
$ echo...
$ echo "/var/local/dsx/import/gen_cell_orig_001.dsx"| cut -d '/' -f6
gen_cell_orig_001.dsx
32,206
Posted By mr_harish80
$ awk '{if (NR !=2) print $0}' k.txt 1...
$ awk '{if (NR !=2) print $0}' k.txt
1 something
3 something
3,079
Posted By mr_harish80
Thanks alot...
Thanks alot...
3,079
Posted By mr_harish80
Can you please explain the sed 's/(.*)// command...
Can you please explain the sed 's/(.*)// command what (,*) is doing in this..


Cheers
7
3,365
Posted By mr_harish80
$ awk '{print $2}' k.txt 8-17,1 $
$ awk '{print $2}' k.txt
8-17,1
$
1,884
Posted By mr_harish80
Thanks Pludi for the convincing information. ...
Thanks Pludi for the convincing information.
Could you please also guide the best site or book which contain examples so that I will learn more about perl
1,884
Posted By mr_harish80
Could you please explain a little bit about the...
Could you please explain a little bit about the code you wrote.
I am not able to understand ... Please
1,884
Posted By mr_harish80
Perl Sort
I am getting the problem to sort these input in perl.

INPUT
------
Eddie-3
Michael-1
Nica-4
Montoya-6
Then the program should print the output as follows:
OUTPUT
-------
Michael-1...
8,031
Posted By mr_harish80
Thanks it is working now. I have done syntax...
Thanks it is working now.
I have done syntax error.
8,031
Posted By mr_harish80
yes I have tried it .
yes I have tried it .
8,031
Posted By mr_harish80
Hi Alister, Your code will put all the files...
Hi Alister,

Your code will put all the files in $file variable and actully I want to read one file at a time and do some processing on that file and read second file so on.

So if the loop run...
8,031
Posted By mr_harish80
Limit of ls command in for loop
I am using the code below to list all the Errors files from the directory in the for loop. When the number of files are less then 6000 then it's works fine but if it more than that then for loop...
7,984
Posted By mr_harish80
Thanks
Thanks
7,984
Posted By mr_harish80
I have create the shell script in the unix korn...
I have create the shell script in the unix korn shell.I am able to run this script in unix but some other user not able to run that.
7,984
Posted By mr_harish80
01.30 Invalid shell error
Hi, I am getting the error
01.30 Invalid shell error

I am running the bash shell script in the korn login shell.
I have mentioned the #!/bin/bash statement in the my script but not sure why...
6,167
Posted By mr_harish80
Thanks !!
Thanks !!
6,167
Posted By mr_harish80
can you explain me what is the equivalent for set...
can you explain me what is the equivalent for set -A arr `grep 'some pattern' filename`
in bash script.
Showing results 1 to 25 of 29

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