Difference between revisions of "Perintah Linux G"
Jump to navigation
Jump to search
Gibransyah (talk | contribs) |
Gibransyah (talk | contribs) (→grep) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 40: | Line 40: | ||
=gprof= | =gprof= | ||
=grep= | =grep= | ||
+ | ''Print lines matching a pattern'' | ||
+ | * Tampilkan semua file pada direktori /home/brain/Music yang isinya mengandung kata “cinta” | ||
+ | grep -r "cinta" /home/brain/Music | ||
+ | |||
=groff= | =groff= | ||
=groffer= | =groffer= |
Latest revision as of 16:04, 29 September 2014
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 isinya mengandung kata “cinta”
grep -r "cinta" /home/brain/Music