Backslash Functions in Linux
Even though Linux normally uses slash (/) in the command and file path as in this article, Linux users need to use backslash (\) in some circumstances.
Line continuation
echo hello \
world
is basical
linux-notes.hashnode.dev1 min read