what is the differences between 'file' and 'file name'
Answers
Answered by
46
For datafiles, it does not make a difference - both statements will reference the data file in your current directory. (For example, cat filename and cat ./filename are semantically identical.)
Similar questions