Skip to main content
1 of 3
nextloop
  • 296
  • 1
  • 4
  • 17

How can separate lenght path in multiple lines

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
nextloop
  • 296
  • 1
  • 4
  • 17