skip to main
|
skip to sidebar
Tips and Tricks on programming
C, C++, Unix, Linux, Perl, PHP, MySql, Postgres and Oracle.
May 18, 2011
Find file in folders recursively
Case sensitive
find . -name "index.*" -type f -print
Case insensitive :
find . -iname "index.*" -type f -print
Newer Post
Older Post
Home
Labels
Linux
(22)
Perl
(6)
Unix
(22)
Vi Editor
(4)
The D@rk Kn!ght
View my complete profile