recursively

Linux Delete Folder Recursively

by Vivek Gite on December 15, 2008 · 0 comments

How do I delete folder recursively under Linux operating systems?

{ 0 comments }

HowTo: Create a Hard Links in Linux / UNIX

by Vivek Gite on October 9, 2007 · 5 comments

Both Linux / UNIX allows the data of a file to have more than one name in separate places in the same file system. Such a file with more than one name for the same data is called a hard-linked file. How do I create a hard link under Linux / UNIX / Apple Mac OS X / BSD operating systems?

{ 5 comments }

Bash Grep Subdirectories (Recursively)

by Vivek Gite on February 17, 2007 · 0 comments

How do I recursively grep through all sub-directories and find files containing given text / string or words?

{ 0 comments }