linux find command

BASH Shell: For Loop File Names With Spaces

by Vivek Gite on December 9, 2008 · 47 comments

BASH for loop works nicely under UNIX / Linux / Windows and OS X while working on set of files. However, if you try to process a for loop on file name with spaces in them you are going to have some problem. for loop uses $IFS variable to determine what the field separators are. By default $IFS is set to the space character. There are multiple solutions to this problem.

{ 47 comments }

Linux Command Line List ( PDF Version )

by Vivek Gite on January 11, 2008 · 31 comments

This is easy to use Linux command line index. Linux commands divided into categories such as: => System information => Shutdown => Files and Directory => File search => Mounting a Filesystem => Disk Space => Users and Groups and others Linux Commands Line list

{ 31 comments }