Topic profile page for GREP.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: GREP.
Topic "Grep" was discussed 0 times on 0 sites in last 3 months
Started 2 days, 16 hours ago (2009-12-31 11:23:00)
by barkingboy
Hi, Can any clever soul please tell me how to use the find and grep commands to look through a folder, say "/web" and find all the files that contain "hello" in them please! Oh yeah it needs to recurse through the sub folders too. Thanks!
Started 2 days, 22 hours ago (2009-12-31 05:31:00)
by guessingo
I am not sure if i am doing this correctly since it returns quickly. i need to grep for a keyword in all files in a directory grep keyword /mydirectory is that correct? I just want to know which files have a keyword in it. i am using korn shell in solaris 5.1. There does not appear to be a -r option in this version. grep -r "keyword" /path/pathdir grep: illegal ...
Started 5 days, 13 hours ago (2009-12-28 14:37:00)
by ibrahimelkadi
Hey all, Does anybody know how to grep or awk from a non-terminating program. For example the program top which displays the process cpu usage, idle %,...etc. I was wondering if I can grep or awk certain fields from it. The other thing I was wondering about is how to insert a CTRL-C command in a shell script, is it possible?? Thanks in advance
Started 4 days, 21 hours ago (2009-12-29 05:57:00)
by Grant H
Hi. I have a, um, interesting problem. I have been given a HUGE document to layout. copy typed in word... and have "cleaned up all the regular: -- to —, and Multi-returns to single and so on. However, the copywriter has throughout the copy (for effect? LOL) decided to single space the letters for random words in the text like so: this is an E x a m p l e of what he has done, and ...
Started 2 days, 7 hours ago (2009-12-31 20:41:00)
by mgra99
hi there, i want to know how can i find in my system about a such word like 'hello' in a such file and then if we found it remove this word from that file ?
Started 2 days, 23 hours ago (2009-12-31 03:49:00)
by Peter Terpstra
Dear readers, My amarok does not want to startup. Popup: shared library for gstreamer not found propmt>rpmqpack|grep gstreamer gstreamer-0_10-java gstreamer-0_10-schroedinger libgstreamer-0_10-0 gstreamer-0_10-plugins-good libgstreamer-0_10-0-32bit gstreamer-0_10-fluendo-mpegdemux phonon-backend-gstreamer-0_10 gstreamer-0_10-plugins-good-lang gstreamer-0_10-ffmpeg...
Started 2 days, 19 hours ago (2009-12-31 08:30:00)
by Robert P. J. Day
in prepping for coalescing a lot of param.h files, i'm curious about the purpose of this macro: $ grep -rw MAXHOSTNAMELEN * arch/s390/include/asm/param.h:#define MAXHOSTNAMELEN 64 /* max length of hostname */ arch/sparc/include/asm/param.h:#define MAXHOSTNAMELEN 64 /* max length of hostname */ arch/alpha/include/asm/param.h:#define MAXHOSTNAMELEN 64 /* max length of hostname ...
Started 1 week, 1 day ago (2009-12-25 04:29:00)
by s3a
I'm having problems with my 3D. 3D errors: Code: Select all deniz@debian:~$ GLXinfo | grep rendering X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 14 Current serial number in output stream: 14 deniz@debian...
Started 3 days, 22 hours ago (2009-12-30 04:46:00)
by paivakil
OS - Debian testing / unstable. I have a USB mouse, and pointer keeps running around on its own. This is a real pain, since I need to look around the screen every time I take my eyes off the pointer. Any help is appreciated. Xorg version:- @home:~$ dpkg -l *xorg* |grep ii ii xserver-xorg 1:7.4+4 the X.Org X server ii xserver-xorg-core...
Started 6 days ago (2009-12-28 02:57:00)
by abednegoyulo
I just got a usb modem, again. When it is in storage mode it is 19d2:2000 ONDA Communication S.p.A. ZTE MF627/MF628/MF628+ HSDPA When I eject it via gnome, it becomes a modem 19d2:0031 ONDA Communication S.p.A. ZTE MF636 When I do grep -i 19d2 /lib/modules/*/modules.alias it yields nothing. Looking at ELRepo, it seems that there is no kmod package available for the vendor:device pairing ...
Started 1 week, 1 day ago (2009-12-26 01:29:00)
by Bencool
Hi All, I am new to Linux, we are going to install ASTERISK remotely, hence the port 22 in the server has to be open , Can somebody reply me with exact commands? I tried these commands and got these results Command : cat /etc/services | grep xxx Result : No Such file or directory Command :netstat -nan | grep 22 Result : Not an valid command Command : nmap -sS -O 192.168.1.2 Result...