The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
create a new file
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
create a new file
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
1
(
permalink
)
10-21-2008
Satyak
Registered User
Join Date: Feb 2008
Posts: 85
create a new file
hi
i am using the followning code to create a new file in given folder
PATH="/home/sat/kat"
ls $FILESPATH | while read filename
do
touch $PATH$filename
.........
done
but it is not working ,please help
thanks
Satya
Satyak
View Public Profile
Find all posts by Satyak
Find Satyak's past nominations received
Find Satyak's present nominations given