Is there any kernel filesystem extension that can recognize uri paths?
0
votes
0
answers
37
views
Is there any extension of linux filesystems that can solve uri paths in terminal to avoid doing things like:
cat https://example.com/file.txt
cat file:///some-file-path/file.txt
instead of
curl -vs google.com 2>&1 | less
Asked by arthur.afarias
(1 rep)
Jun 22, 2025, 04:39 PM