Jump to content

OniSplit: Difference between revisions

13 bytes removed ,  9 September 2020
m
updating Terminal prompt style; Mac uses zsh now
m (link fix)
m (updating Terminal prompt style; Mac uses zsh now)
Line 79: Line 79:
This works in the Mac Terminal too, but you can also use the escape character, <tt>\</tt>. Also, other characters like <tt>(</tt> need to be escaped as well if you do not use quotes:
This works in the Mac Terminal too, but you can also use the escape character, <tt>\</tt>. Also, other characters like <tt>(</tt> need to be escaped as well if you do not use quotes:


  '''MyMac:Oni username$''' mono OniSplit.exe -list My\ Mods\ \(In\ Progress\)/level5_Final.dat
  '''MyMac%''' mono OniSplit.exe -list My\ Mods\ \(In\ Progress\)/level5_Final.dat


But as mentioned, the best practice is to not use any characters besides the alphabet and numbers. It makes your life simpler, and if you ask for help on the forum with a command, no one wants to have to read your long path with lots of spaces or escaped characters in it ;-)
But as mentioned, the best practice is to not use any characters besides the alphabet and numbers. It makes your life simpler, and if you ask for help on the forum with a command, no one wants to have to read your long path with lots of spaces or escaped characters in it ;-)