Tiny Core Linux
General TC => General TC Talk => Topic started by: jpeters on June 19, 2009, 08:55:47 PM
-
I noticed some files are written with a leading "." while others aren't (eg, wget.tce.list, wine-gl.tcel.list).
This makes it difficult for scripts using the list files.
-
It doesn't really matter if there's a . in front, they are still valid paths (from /)
./ simply means the current directory
-
It doesn't really matter if there's a . in front, they are still valid paths (from /)
./ simply means the current directory
good idea....thanks