Hey everyone! I've been digging into Midnight Commander and noticed a menu item called "Shell Link". When you check the help for it, it mentions a Remote File System feature in Bash. However, I couldn't find any reference to this feature in the official Bash documentation. So I'm curious, does Bash actually support this Remote File System capability? Thanks!
1 Answer
That feature you're looking for isn't actually something built into Bash directly. It's called FISH (Files transferred over shell protocol), but it just requires a shell compatible with Bash on the other end, so it's not inherently a Bash feature.
Isn't Bash considered one of those compatible shells?