Search Results

Search: Posts Made By: venu_nbk
8,502
Posted By venu_nbk
Join multiple Split files in Unix
Hi,

I have a big file of 50GB size. I need copy it to a second ftp from a ftp. I am not able to do the full 50GB transfer as it timesout after some time. SO i am trying to split the file into 5gb...
15,244
Posted By venu_nbk
Porter, Ya if as you said it is what telnet has...
Porter,
Ya if as you said it is what telnet has to do, I am actually using a script to check the connectivity for more than 20 machines, and if there is no connectivity present then the script will...
15,244
Posted By venu_nbk
Porter, Thanks very much, both of them are...
Porter,
Thanks very much, both of them are working good. But the problem is when there is no connectivity

telnet 10.2.89.94 1234 </dev/null
Trying 10.2.89.94...

It is still waiting on here...
15,244
Posted By venu_nbk
ssh user@host -q -n -t 'grep `hostname`...
ssh user@host -q -n -t 'grep `hostname` /etc/hosts; telnet 10.100.23.45 1234;'

I tried this but was of no help.
15,244
Posted By venu_nbk
Please can anyone help me on this.
Please can anyone help me on this.
15,244
Posted By venu_nbk
Encrypted, Yes 1234 is the Port I am trying to...
Encrypted,
Yes 1234 is the Port I am trying to telnet to.
15,244
Posted By venu_nbk
Exit from telnet when run Remotely
ssh user@host -q -n 'grep `hostname` /etc/hosts; telnet 10.100.23.45 1234;'

When i run this command remotely it is hanging and not giving me the prompt, Can anyone tell me how can I exit a telnet...
8,214
Posted By venu_nbk
find command with prune help
I have a directory named https-abcd
Under that I have some directories, files and links.
One of those directories is with name logs and the logs directory has lot of files in it.
I need to tar the...
4,834
Posted By venu_nbk
Shell, That one was good but it filters by...
Shell,

That one was good but it filters by number of digits, but if I need those greater than 15000 only then I think it might not work. Anyway thanks for that.
4,834
Posted By venu_nbk
Pressy, Yours should be working but the...
Pressy,

Yours should be working but the problem I have is in the output i have "12345" format. How can I eliminate "" so that i can check for the condition.
4,834
Posted By venu_nbk
How to Display a range of values in the output of cat
When I use this command I get an output of some numbers
cat ac.20070511 | cut -d" " -f19

Is there any way for me to display only the numbers that are greater than 1000 but not all the numbers in...
3,506
Posted By venu_nbk
Problem with find and tar
When I am doing the first command the result shows all the files, links, directories except the ones that contain the word logs
find . -type f -o -type l -o -type d | grep -v logs

But when I am...
3,443
Posted By venu_nbk
Sorry, its this one :%s/oldword/newword/g
Sorry, its this one
:%s/oldword/newword/g
3,443
Posted By venu_nbk
After u open the File in vi editor ...
After u open the File in vi editor

:s/oldword/newword/g

Does replacing old word with new one everywhere in the file.
9,179
Posted By venu_nbk
Thanks, could you please explain me what...
Thanks,

could you please explain me what does this command mean?

:%s/crmrl01/crmpl01/g
9,179
Posted By venu_nbk
vgersh99 I have a doubt in this. If i am...
vgersh99

I have a doubt in this. If i am inside the file that is
vi myFile.txt.
Then how can I use the command, should I use the sed word?
20,422
Posted By venu_nbk
Thanks reborg, But if it is Or then how is it...
Thanks reborg,
But if it is Or then how is it executing the command as we require? Like I did not get what u mean by OR over here. Could you please explain me.. :)
20,422
Posted By venu_nbk
Thanks Reborg, I did not have any idea about...
Thanks Reborg,
I did not have any idea about this prune, now I tried it and I was successful in doing it

Syntax :
find . -name unwanted -prune -o -type f -exec fgrep -l 'pattern' {} \;
...
20,422
Posted By venu_nbk
Please could anyone help me in solving it.
Please could anyone help me in solving it.
20,422
Posted By venu_nbk
Corona, If I try like this I am getting this...
Corona,

If I try like this I am getting this error

find /opt/'!(logs*)' -type f -exec grep "9001" {} \;
find: stat() error /opt/!(logs*): No such file or directory

Could anyone help me out...
20,422
Posted By venu_nbk
Thanks glen.. find /opt/!(logs*) -type f...
Thanks glen..

find /opt/!(logs*) -type f -exec grep "9001" {} \;
-bash: !: event not found


But I am getting this error :(
20,422
Posted By venu_nbk
Find command with Grep
I need to find for a particular string in my /opt file system.

find . -exec grep "10000" {} \;

I tried this command, it works ok but I want not to search in the logs folder I have in my...
2,580
Posted By venu_nbk
If you do not think otherwise could you explain...
If you do not think otherwise could you explain me in brief how to do that please

Thanks
2,580
Posted By venu_nbk
Unix/Linux on Windows
I installed Vmware wotrkstation and installed Fedora Linux.. is working fine now.
While on windows I can access and enjoy fedora linux
But I have a question regarding if I download a file in...
2,149
Posted By venu_nbk
Tar command help
tar -cvf xxx.tar `find . -type f |grep -v log |grep -v core`

This is the command I am using to tar my Directory without logs and core file, but as I am using type -f I am not able to tar any...
Showing results 1 to 25 of 33

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