Search Results

Search: Posts Made By: n.wawerek
1,926
Posted By n.wawerek
for me works this: while read Zeile do ...
for me works this:

while read Zeile
do
echo $Zeile
if `grep -q $Zeile FileA`
then
echo "this is a fruit"
fi
done < FileB

or as i used it:
while read Zeile; do echo $Zeile; if...
13,788
Posted By n.wawerek
xxx@yyyy:~/test> cat filname.gff 1 ...
xxx@yyyy:~/test> cat filname.gff
1 ensembl chromosome 1 300239041 . . . ID=1;Name=chromosome:AGPv1:1:1:300239041:1
1 ensembl exon 3 104 ....
2,577
Posted By n.wawerek
what about ls /tmp/*.tmp and if this is correct...
what about ls /tmp/*.tmp and if this is correct then rm /tmp/*.tmp
3,888
Posted By n.wawerek
so " is the trick. thank you
so " is the trick.

thank you
3,888
Posted By n.wawerek
egrep messagelog for two dates
Hi,

i try to (e)grep the messagelog for two dates:

xxx@yyyy:~> sudo egrep '(Apr 28|Apr 27)' /var/log/messages_mozppi2

works:

...
Apr 28 13:23:26 mozppi2 syslog-ng[1916]: STATS: dropped 0...
Showing results 1 to 5 of 5

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