Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Terminal Pico Editor' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Terminal Pico Editor
Authored by: bjast on Nov 27, '02 12:39:06PM

Can't this same procedure be done from the command line using an editor like pico?



[ Reply to This | # ]
Terminal Pico Editor
Authored by: booth7 on Nov 28, '02 11:44:46AM

No, no, and no.

1) .nib files are bundles, a directory that represent a document.
2) The essential data stored within a nib file is a binary format, so you would have to understand the format to edit it.
3) Even if you knew the format, pico would totally destroy the file when saving it, since it likes to insert line endings where nobody asked for them.



[ Reply to This | # ]