Search Results

11
votes

Problem on Tag “Filesystem”

If you have use of hard/soft links than you might look into giving each tag it's own directory having a link for each file with that "tag." Then when you are given multiple tags you can compare tho …
0
votes

Why should files end with a newline?

I was always under the impression the rule came from the days when parsing a file without an ending newline was difficult. That is, you would end up writing code where an end of line was defined by …