bengalliboy
MIS
Hi,
I am sure this is quite simple, but don't know what am I doing wrong....Hm...
I got a variable $in and I need to create empty file if it does not exist. The $in got three vales like (file1, file2 and file3).
I am creating file as such:
echo "">>$in
but when I try to write the file or do more it seemes it is not a valied file (?)
Can any one tell what is going on?
TIA
I am sure this is quite simple, but don't know what am I doing wrong....Hm...
I got a variable $in and I need to create empty file if it does not exist. The $in got three vales like (file1, file2 and file3).
I am creating file as such:
echo "">>$in
but when I try to write the file or do more it seemes it is not a valied file (?)
Can any one tell what is going on?
TIA