Search Results

Search: Posts Made By: arund_01
30,074
Posted By arund_01
methyl, here is the output for status...
methyl,

here is the output for status command.

ftp> status
Connected to inetftp1.delphi.com.
No proxy connection.
Mode: stream; Type: binary; Form: non-print; Structure: file
Verbose: on;...
30,074
Posted By arund_01
Methyl, I am trying to...
Methyl,

I am trying to connect from HP UNIX version B.11.11 and target system is sun UNIX box and the version is Sun Microsystems Inc. SunOS 5.9 .

here is the output for dir in...
30,074
Posted By arund_01
I have tried without backslash from ftp command...
I have tried without backslash from ftp command prompt. but the same results.

ftp> dir *
200 PORT command successful
150 Opening ASCII mode data connection for file list
226 Transfer complete...
30,074
Posted By arund_01
Methyl, Looks like FTP system is not allowing...
Methyl,
Looks like FTP system is not allowing wild characters. Here is the output for dir \*.txt

ftp> dir \*.txt
200 PORT command successful
150 Opening ASCII mode data connection for file list...
30,074
Posted By arund_01
Thanks Mythyl, I have modified you code...
Thanks Mythyl,

I have modified you code accordingly. when i execute the code i am getting error at mget \*.txt:

Local directory now /tmp
*.txt: No such file or directory

I have once .txt...
30,074
Posted By arund_01
hi Phil, I have used your code accordingly....
hi Phil,

I have used your code accordingly. but getting the error at fist line itself like use: not found,my: not found,what i need pass in serverip1 serverip2? is that source IP and target IP?...
30,074
Posted By arund_01
Hi Kurumi, I think ruby is not installed...
Hi Kurumi,

I think ruby is not installed and I am getting error. Could you pls provide sample code using Perl. I have tried manually mget *.txt in FTP server. looks like mget is not working in...
30,074
Posted By arund_01
Thanks KURUMI, I forgot to mention couple of...
Thanks KURUMI,

I forgot to mention couple of points here.
I am using HP UNIX and i need download all the files in ASCII mode. will the above script work?
Thx
Arun
30,074
Posted By arund_01
Shell script to get all the files from FTP server
Hi Guru's,

I am new to UNIX. my requirement is to log on to FTP server and get all the .txt files. i have developed one script by searching some forums but getting error and not able...
2,290
Posted By arund_01
Thanks a lot. It worked fine.
Thanks a lot. It worked fine.
2,290
Posted By arund_01
Marging of new file happening from new line
Hi Thanks for the help.But Small problem here. Merging of the second file is not appending from new line.
EX: content of one file :A1.txt...
2,290
Posted By arund_01
Merging of all files based on a condition
Hi Friends,

I am new to UNIX. I need to merge all the files(to FINAL.txt) in single directory based one condition. Out of all the files one of file will have specific value like :GF01: at any...
2,208
Posted By arund_01
Slight change in requirment
Out of all the files in single directory. one file will have specific value like :GF01: at any where in the file. Content of that file should be appended at the last.

appreciate your help.

Thx ...
2,208
Posted By arund_01
Merging all text files in the order which they recieved
Hi There,

I am new to UNIX. requirement is merging all text files from one folder in the order which they have received.

EX: under /Test folder files received in certain intervals.

abc.txt @...
1,688
Posted By arund_01
Merging all text files in the order which they recieved
Hi guru's :)

I am new to UNIX. requirement is merging all text files from one folder in the order which they have received.

EX: under /Test folder files received in certain intervals.

...
2,019
Posted By arund_01
Uniform length for all the lines in file
Hi,

I have a file with different width for each line. like first line with 45characters and second line of 30 characters. But I want to make all the lines to 45 characters in file.

Appreciate...
1,524
Posted By arund_01
For loop help needed
Hi there,

i want to direct the out put return from the FOR loop statement to any log file.

code copied below.

for file in `ls *.in`
do
...
...
done

if there is no file then...
3,392
Posted By arund_01
thanks robot, That helped a lot.
thanks robot,

That helped a lot.
3,392
Posted By arund_01
help on egrep
Hi there,

How many multiple values can be in egrep for seraching? i am giving more values but i am getting the error like Unknown error. My input in extended to 2nd line. my...
6,803
Posted By arund_01
yes. I need to split the files according to given...
yes. I need to split the files according to given input values. Only thing is input values are almost 50. But if consider the position the input values will become less as shown below.

aaa 1111...
6,803
Posted By arund_01
Any suggestios for the above problem?
Any suggestios for the above problem?
6,803
Posted By arund_01
Splitting input files into multiple files through AWK command
Hi,

I needs to split *.txt files from single directory depends on the some mutltiple input values. i have wrote the code like below

for file in *.txt
do
grep -i -h "value1|value2"...
6,477
Posted By arund_01
Thank you. that helped.
Thank you. that helped.
6,477
Posted By arund_01
Hi era, after exceuting the command egrep...
Hi era,

after exceuting the command egrep 'first|second|third' file1 file2 file3 >have. the output file is showing different values with the filename at the begening of each and every line....
6,477
Posted By arund_01
thank you so much era.
thank you so much era.
Showing results 1 to 25 of 30

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