View Single Post

  #5 (permalink)  
Old 04-14-2006, 06:51 PM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,103
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Replace line
Code:
files="/dev/MAKEDEV /etc/makedev.d /usr/sbin/mksock"
With following two lines:

Code:
INPUTFILE="/tmp/filelist.txt"
files="$(cat $INPUTFILE)"
It will read all filenames from /tmp/filelist.txt file and store list of files to files variable.
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote