Can you explain me usage of nullglob variable under BASH? How do I check for any *.c files in any directory?
{ 6 comments }
Can you explain me usage of nullglob variable under BASH? How do I check for any *.c files in any directory?
{ 6 comments }
I‘d like to match all filename like foo.c, FOO.C, fOO.c, Foo.C and so on using find command under UNIX. How do I do a case-insensitive find search under Sun Solaris / OpenSolaris UNIX systems?
{ 1 comment }
Q. How do I ignore hidden .dot files while searching for files? How do I ignore or exclude certain files while running Linux / UNIX find command?
{ 7 comments }
I’ve just started to use Sun Solaris UNIX in our Labs. I’d like to know more about finding files from from the shell prompt. How do I find a file under UNIX?
{ 19 comments }