:
: $ find /home/doc -name *.html
: /home/doc/APM/ApacheMySQLPHP_Guide-KLDP-1.html
: /home/doc/APM/ApacheMySQLPHP_Guide-KLDP-10.html
: .
: .
: .
:
:
: $ find /home/doc -name *.tar.gz
: find: paths must precede expression
: Usage: find [path...] [expression]
: $
:
:
: 제가 뭘 잘못했나요?
:
: 컴터가 확장자 차별하나...?
TRY THIS..
$ find /home/doc -name "*.tar.gz"