i want to separate long path to mumtiple lines, so
how i can do somethings like this:
cd foo1/foo1/foo3/foo4/bar
to
cd foo1\
foo2\
foo3\
foo4\
bar
i want to separate long path to mumtiple lines, so
how i can do somethings like this:
cd foo1/foo1/foo3/foo4/bar
to
cd foo1\
foo2\
foo3\
foo4\
bar