Search Results

Search: Posts Made By: Timmää
3,182
Posted By Timmää
grep error: range endpoint too large
Hi, my problem:


gzgrep "^.\{376\}8301685001120" filename /dev/null



###ERROR ###
grep: RE error 11: Range endpoint too large.



Whats my mistake?
Is the position 376 to...
1,417
Posted By Timmää
AND connection of a Search request
hi, i need a command to connect two conditions

e.g.

grep -i wort1 *.doc | grep -i wort2


but in one grep command

I search in the file wus.txt with an offset. After letter 4 the word...
2,701
Posted By Timmää
Wow thats it! Thank you! Is it possible to...
Wow thats it! Thank you!

Is it possible to search with a Connection e.g.

grep '^.\{8\}mueller02' file1 + grep '^.\{17\}test' file1


in one Command?
2,088
Posted By Timmää
grep für bestimmten bereich
hallo,
wie bekomme ich es mit dem greb befehl hin, nur eine bestimmten bereich zu prüfen.

also einen substring in der art

hab vor langen eine ganz einfach lösung mitgrep "^....gesehen und...
2,701
Posted By Timmää
grep for a special range
hi,
i search a command to get follow solution:

file:
21082009mueller01testtest
22082009mueller02testtest
23082009mueller03testtest
24082009mueller02testtest
25082009mueller03testtest
...
38,082
Posted By Timmää
Hi, the option -H dont make.
Hi,
the option -H dont make.
38,082
Posted By Timmää
hi file2 is a mistake... no, the content of...
hi
file2 is a mistake...
no, the content of file1 is [one, two, three, four, five] for example

Don´t exist a smal comand with cat?

e.g. grep "one" file1 /dev/null
38,082
Posted By Timmää
cat and output filename
Hi,

how I can display a file with cat and printing the filename before each line.

e.g.
file1 {
one
two
three
four
five
}

Output:
file1:one
file2:two
file1:three
file1:four...
4,033
Posted By Timmää
grep "xxx" *datei* /dev/null
grep "xxx" *datei* /dev/null
4,033
Posted By Timmää
find file and print only contents with a hit by grep
Hi,

can someone help me.

I have some files and search a content in this files. If i have a hit I will print a output:

filename:content

But are more hits in one file: The output is...
2,353
Posted By Timmää
Hi Zaxxon, THANK YOU FOR YOUR HELP.... ...
Hi Zaxxon,

THANK YOU FOR YOUR HELP....

I need nawk but its works!

Thank you very much. greedings

---------- Post updated at 11:11 AM ---------- Previous update was at 11:00 AM...
2,353
Posted By Timmää
Hi zaxxon, now the command is exactly what I...
Hi zaxxon,

now the command is exactly what I had been making

find *datei* -exec grep "HelloWorld" {} \; -print


my big problem:
he finds in a file several hits, he even prints out the...
2,353
Posted By Timmää
yes i search the second solution: find...
yes i search the second solution:

find /dir1 /data/bla2 somedir3 -type f -name "somefile*" -exec grep -il "dieserinhalthier" {} \;

but addition I woult like to display the content of the...
2,353
Posted By Timmää
Thanks zaxxon, I search multiple diroctorys....
Thanks zaxxon,

I search multiple diroctorys. and then the filename is given only when there are multiple files with this wildcard. I would like but generally each file matches the format printing:...
2,353
Posted By Timmää
Searching Problem
Hi,

I would like produce follow console-printing if I searching a string (but for all hits):

e.g.: Datei1HelloWorld


Option -H is not possible on my unix.

Thanks for help!

----------...
Showing results 1 to 15 of 15

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