Search Results

Search: Posts Made By: siva kumar
2,585
Posted By siva kumar
Thank you very much, the above codes are...
Thank you very much,

the above codes are removing first 5 lines.

could you please tell me how to remove last line also

i need to remove first five lines and last one line....

----------...
2,585
Posted By siva kumar
Need to remove first 6 lines and last line in a array ---- perl scripting
Hi

I have stored a command output in an array like below

@a = `xyz`;

actually xyz comnad will give the output like this

tracker
date
xxxxxxx
xxxxxxx...
4,549
Posted By siva kumar
ok, could you please guide me what are the steps...
ok, could you please guide me what are the steps that i have to do to copy a file from my local server to remote server?

so that i can implement in shell script.
4,549
Posted By siva kumar
Hi friend, i am very new to this UNIX...
Hi friend,

i am very new to this UNIX environment, i am not getting any idea how can i do this.
could you please help me in this?
4,549
Posted By siva kumar
Copy a file from local host to a list of remote hosts --- perl script
Hi friends,

i need to prepare a script ( in perl)

i have a file called "demo.exe" in my local unix host.

i have a list of remote hosts in a file "hosts.txt"

now i need to push "demo.exe"...
2,737
Posted By siva kumar
x86_64 x86_64 x86_64 GNU/Linux ----------...
x86_64 x86_64 x86_64 GNU/Linux

---------- Post updated at 06:14 AM ---------- Previous update was at 06:13 AM ----------

For the above one also same error
2,737
Posted By siva kumar
Thank you for your reply, But when I tried...
Thank you for your reply,

But when I tried to execute from command prompt, showing the below error

"Ambiguous output redirect."

could you please lookinto this...
Forum: Programming 04-25-2013
1,054
Posted By siva kumar
Split the columns in Perl scripting
hi all,

i have a file like thsi

a 1 3;4
b 2 4;7
c 4 5;6
d 4 5;8

now i want 1st, 2nd and in 3rd column i want only 1st column

the output should be like below
a 1 3
b 2 4
c 4 5
d 4 5...
2,737
Posted By siva kumar
I will follow ur suggestions, i dont use these...
I will follow ur suggestions, i dont use these words once again.

but your script is executing properly..
really thank you very much.
2,737
Posted By siva kumar
Ping shell script - need urgent help
Hi friends,

i have a file contains IP address like below
cat file.txt
10.223.20.1
10.223.20.2
10.223.20.3
10.223.20.4
10.223.10.5
.
.
.
like this

Now i want to make a script which...
15,533
Posted By siva kumar
hi thank you friend, but if you see the output...
hi thank you friend,
but if you see the output 4/30/2013 is just 11 days away from todays date, but the above script is showing something like 41 days away...

i request you please modify the...
15,533
Posted By siva kumar
Hi friends, is there any one to help me in perl...
Hi friends, is there any one to help me in perl scripting for the above?
15,533
Posted By siva kumar
hi thank you very much But i need this to in...
hi thank you very much

But i need this to in perl script....
could you please write the script in perl.....please
15,533
Posted By siva kumar
Comparing the dates with the current date in perl scripting
Hi

i have a file containg dates likebelow

4/30/2013
3/31/2013
4/30/2013
4/16/2013
4/30/2013
4/30/2013
5/30/2013
5/30/2013
4/30/2013
5/30/2013
5/30/2013
3/31/2013


now i want to...
1,455
Posted By siva kumar
Sorry for disturbing you grep -c word * is...
Sorry for disturbing you

grep -c word * is looking only for current directories, it is searching in subdirectories.

please help me

---------- Post updated at 02:01 AM ---------- Previous...
1,455
Posted By siva kumar
Thank you very much but it is giving total...
Thank you very much

but it is giving total words count,

but i want to find the count for a perticular word.
1,455
Posted By siva kumar
Word counting perl script
Hi friends
i need a help on Perl Script
In My Home directory, i have some other directories and inside those directories i have some subdirectories and all the directories contains files.

Now i...
1,878
Posted By siva kumar
Shell scripting - need to arrange the columns from multiple file into a single file
Hi friends

please help me on below,

i have 5 files like below
file1 is
x 10
y 20
z 15

file2 is
x 100
z 245

file3 is
y 78
z 23

file4 is
x 100
1,079
Posted By siva kumar
Help on Shell Scripting - to store output to a fixed file
Hi
I have a file called "test.txt" and it looks like this
x
y
z
x/c
y/c/b
now, i want to run a command and its output will be like this
x 10
y/c/b 20
z 78

--------...
1,220
Posted By siva kumar
Help with data appending to a file
Hi
I have a file called text.txt contains
x
y
z
when i run a command i will get output like below
x 20
z 30

i want to insert x, z value in text.txt file and should be like this
x 20
y...
Showing results 1 to 20 of 20

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