/srv/irclogs.ubuntu.com/2012/05/16/#ubuntu-us-fl.txt

dorganis there a way i can find out how many lines in a file contain a certain string?18:37
raubvogeldorgan: would wc do the trick for you?19:15
dorganyeah thats what i ended up using19:15
dorgancat | grep | wc -l19:15
dorgan:)19:16
raubvogelNow you have to do that in perl ;)19:16
mhall119perl -e 'my $count = 0; while (my $line = <STDIN>) { $count++ if $line =~ s/pattern/; } print $count;'20:20
mhall119^^ not verified20:20
moha85Hello everybody, I don't speak english well! So I have a probleme: I have windows 7 in my pc and I installed ubuntu 12.04. So when I start the computer I don't see the windows partition in the grub menu. I need help, PLEASE!21:24
balloonsmoha85, bah.. he left22:46
balloonssudo update-grub ...22:46

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!