Search Results

Search: Posts Made By: rprajendran
21,997
Posted By rprajendran
I'm not sure this is useful for you. With find...
I'm not sure this is useful for you.
With find command you have an option -newer.

-newer file --- File was modified more recently than file
You can use touch command and create a file...
12,354
Posted By rprajendran
Host key verification failed in openssh
Experts,

We are trying to make a key-based authentication from Server A to Server B.
Server A is installed with openshh. Server B runs "Sun_SSH_1.1".
Server A's rsa2 public key has been added...
2,873
Posted By rprajendran
Remove characters other than ISO8859-1
Hi please help in writing a script for replacing all the non-iso8859-1 characters to question marks.

I need a pattern of this kind
"sed s/<non-iso char range>/?/g < ipfile > opfile"

Please...
9,846
Posted By rprajendran
Arithmetic operations in bash,ksh,sh
Guys,

The below expression is valid in which shells (sh,ksh,bash,csh)?

VAR1=2
VAR2=$(($VAR1 -2))

Thanks
2,052
Posted By rprajendran
cut -c 500-500 < filename Is this you...
cut -c 500-500 < filename

Is this you want?
4,476
Posted By rprajendran
delay in ftp data connection
Experts,

Please help me. When i try to make a ftp, after issuing PUT <FILENAME> it is taking more than 3 minutes for me to estabilish a DATA connection, after which the actual file transfer...
13,677
Posted By rprajendran
Grep a pattern in gz file
I have a set of .gz files. I need to grep a pattern and need to find out the file in which that pattern occurs. zgrep in not available in my server.Any other options available for searching a pattern...
1,947
Posted By rprajendran
Problem with "file" command
Hi all,

We are using Solaris 5.9 .
Sometimes file command is not returning correct type of file.

For a pgp encrypted file, it is showing as a ascii text file.

#file Textfile1.pgp...
6,000
Posted By rprajendran
Large file FTP problem
We are experiencing a problem on a lengthy data transfer by FTP through a firewall. Since there are two ports in use on a ftp transfer (data and control), one sits idle while the other's transfering...
2,548
Posted By rprajendran
problem while making ftp of a large file
Hi Friends,

I'mfacing a problem while doing ftp of a large file.The control session is getting closed after sometime.But data session transfers the file successfully even when the control seeion...
2,376
Posted By rprajendran
file command
Hi,


we are using sun solaris 9 os. I want to know how the file command works?
How does it differentiate text files, data files and other files ?
Is there any relationship between environmental...
1,723
Posted By rprajendran
Working of file command
Hi,

we are using sun solaris 9 os. I want to know how the file command works?
How does it differentiate text files, data files and other files ?
Is there any relationship between environmental...
2,465
Posted By rprajendran
problem with deleting a file
hi friends,

i need to delete a file named "-vyxx-.0.sdct.txt"

i'm unable to use

"rm -vyxx-.0.sdct.txt"

jus give me your suggesstions

thanks in advance
Showing results 1 to 13 of 13

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