Search Results

Search: Posts Made By: kevincobain2000
2,127
Posted By kevincobain2000
Thanks for the reply, I know tee. But tee...
Thanks for the reply,

I know tee. But tee also waits until some lines are printed and then print and write to the file at once not in one by one.

somescript.sh takes prints one line every one...
2,127
Posted By kevincobain2000
pipe > output
I can use pipe output to a file. For example
./somescript.sh > output.txt

But for example if the output from ./somescript.sh is slow. like if it prints one line every minute then output.txt is...
1,162
Posted By kevincobain2000
help Please/ tunneling ? servers ? i don't know
I have googled a bit but i think I don't know if I am even looking in the right places.

The following I want to achieve and I don't even know if it is possible.

If I write a web application I...
2,328
Posted By kevincobain2000
hi Thanks again. Also a bingo i wanted to...
hi Thanks again.
Also a bingo i wanted to share. the command that you gave me worked well and I ended up adding it as alias in my ~/.bashrc too!!!
ssh -t root@xxx.domain.com 'exec ssh mute@goflex'
2,328
Posted By kevincobain2000
Thank you very much that worked perfectly, I...
Thank you very much that worked perfectly, I googled for aprroximately one day, Thanks again

---------- Post updated 08-02-11 at 07:10 AM ---------- Previous update was 08-01-11 at 11:49 AM...
2,400
Posted By kevincobain2000
Thanks I was kinda hoping that there is just...
Thanks
I was kinda hoping that there is just one word command though.
Thanks again
2,400
Posted By kevincobain2000
pwd help
Dear users,

One more question, In unix when i use pwd the following I get:
pwd
/Users/username/src/directory name

Is there a way to get the out put like this in which the if there is a space...
2,328
Posted By kevincobain2000
Connect using ssh
Dear users
I have a question about connecting to remote servers using terminal

I can connect to one server by
ssh username@domain_of_first_server.com

and after logging into the above i have...
1,153
Posted By kevincobain2000
Message for Site Administrator
Dear Site Admin,

I can't seem to find a way how to disable my account. Can you please remove my account thanks
914
Posted By kevincobain2000
very simple but mount everest for beginner
List directories at the home directory in increasing order.

First of all is this correct?


cd ~/
du -h|sort -n|more

First command is to go to the home directory and second does the rest....
4,921
Posted By kevincobain2000
Thank you for your reply but I will use this one:...
Thank you for your reply but I will use this one:

ls | xargs file | grep 'text'
looks like sweet and neat
as I only want to display the file of type text.
4,921
Posted By kevincobain2000
Code: ls | xargs file | grep 'text' This...
Code:
ls | xargs file | grep 'text'
This finds files that are actually text of some sort.


This one is great..
Thanks a lot man. Really Thanks a lot.
4,921
Posted By kevincobain2000
ls | grep (i dont know what to put here)
Dear users,

I googled for a while, but i have got a lot of different answers regarding a simple unix command.

lets say there are a lot of files in a directory.

How can i list the files in a...
Showing results 1 to 13 of 13

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