Difference between revisions of "Perintah Linux G"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) (→grep) |
||
Line 40: | Line 40: | ||
=gprof= | =gprof= | ||
=grep= | =grep= | ||
+ | 'Print lines matching a pattern' | ||
+ | *Tampilkan semua file pada direktori /home/brain/Music yang mengandung kata “cinta”* | ||
+ | grep -r "cinta" /home/brain/Music | ||
+ | |||
=groff= | =groff= | ||
=groffer= | =groffer= |
Revision as of 14:50, 16 May 2012
Indeks - A - B - C - D - E - F - G - H - I - J - K - L - M - N - O - P - Q - R - S - T - U - V - W - X - Y - Z
g++
gawk
gcc
gdb
getent
getkeycodes
gpasswd
gpg
gpgsplit
gpgv
gpm
gprof
grep
'Print lines matching a pattern'
- Tampilkan semua file pada direktori /home/brain/Music yang mengandung kata “cinta”*
grep -r "cinta" /home/brain/Music