You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
229 B
Plaintext

# xed
# Opens files for editing in XCode.
# Open file in XCode
xed ${filename}
# Open file(s) in XCode, create if it doesn't exist:
xed -c ${filename}
# Open a file in XCode and jump to line number 75:
xed -l 75 ${filename}