Search Results

Search: Posts Made By: rushhour
4,734
Posted By rushhour
Wow seems quite complicated!
Wow seems quite complicated!
4,734
Posted By rushhour
Thanks I also have another quick question, what...
Thanks I also have another quick question, what command do I need to use to show the number of regular files in my directory? as I am a little bit confused on what is the difference between regular...
4,734
Posted By rushhour
echo command and piping
Hi,

I have heard you can use the echo command and piping together and was wondering if you can help me out.

I want to be able to use the echo command and pipe together to tell me how many files...
2,226
Posted By rushhour
Well myfile.txt contains only numbers. and was...
Well myfile.txt contains only numbers. and was just thinking that


grep '[+-]' myfile.txt


would be the command. It seemed to work anyway, but I can't be too sure thats why I asked here.
2,226
Posted By rushhour
Is this grep command correct?
Hi

I need to know if I have got the following grep command correct. I wanted to find from myfile.txt all signed real numbers (e.g. +5.0, -78, but not 5.0, 5 are not).

I have thought about it...
2,479
Posted By rushhour
Can you tell me what this means?
Can you please tell me what this means?

use grep to find from the file myfile.txt all lines containing the sequence tt but not more 2 ts?

I have no idea.
21,362
Posted By rushhour
is there no way of doing it just using grep and...
is there no way of doing it just using grep and not egrep?
3,815
Posted By rushhour
grep to generate a file
Hi

I need help with the following problem.

I need to use grep to generate the file text1.txt which is identical to text.txt but contains no blank lines.

I am a complete novice at grep so...
21,362
Posted By rushhour
So you are saying to find thing, talking, tring...
So you are saying to find thing, talking, tring and ting, withing a file, I should use the following:


grep 't.ing' myFile


kind of confusing, it doesn't seem like this is the answer!
Any...
21,362
Posted By rushhour
I'm not sure if it answered my second question,...
I'm not sure if it answered my second question, but is the method below the way to find from a file all lins which contain the sequence of characters thing, talking, tring and ting?


grep...
21,362
Posted By rushhour
Thanks, and would grep...
Thanks, and would


grep '[thing][talking][tring][ting]


find in a file the things above?

Thanks if you can help.
21,362
Posted By rushhour
Using grep to find one or more characters
Hi

I am a little stuck using grep. I want to be able to find from a file all lines which have the sequence of characters t, followed by any character, followed by the characters ing.

I have...
1,647
Posted By rushhour
Thank you very much. Seemed simple now that I see...
Thank you very much. Seemed simple now that I see it here!
1,647
Posted By rushhour
Help me with a little problem with command cat
Hi

I am having a little trouble understanding how to use this cat command. My question is the following:

write a command to create a file called catFiles that contains three copies of the file...
Forum: Programming 11-10-2008
2,118
Posted By rushhour
well then, can you at least tell me how I can...
well then, can you at least tell me how I can work out interest using emacs. I Know how to program in c++ but i just gorget how to work out interest.

Thanks if you can help.
Forum: Programming 11-10-2008
2,118
Posted By rushhour
C++ program help
Hi I was wondering if i can get a little help with constructing a particular program please.

The program has the following specifications:

Input One integer, read from standard input,...
Showing results 1 to 16 of 16

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