|
|
|
|
|
by yolo1
2776 days ago
|
|
It's kinda nuts how far the unixy idea of "just streams of text" has gotten us. As much as I agree that the tooling is, object-based tools would be much nicer. for i in `ls`; do echo $i.size; done;
versus ls -la | awk '{print $5}'
I know which I'd prefer. |
|
But yeah, the solution he proposed was to start combining different information namespaces (such as the "metadata" namespace that you are alluding to) into the filesystem namespace, as well as allowing for the filesystem to be pluggable so people could write databases that could be searched with the filesystem.
So your example would look like
And you could do something like Which would be equivalent to a chown.