Guest User

Untitled

a guest
Jul 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #gsed is the GNU version of sed
  2. #OSX ships with the BSD version which is apparently not the same
  3.  
  4. gsed -i 's/\([[:space:]]*\)\([[:print:]]\{1,\}\){/\1\2\n\1{/' ./Classes/*.m
Add Comment
Please, Sign In to add comment