![]() |
As noted above, pico is not really designed for a programming environment. In the few cases where you might be compilling a program and would need to jump to a particular line number to find the error of a program the +N option would come in handy, where N would be the line number you want your cursor to start on. Say your writing a program and your compiler complains about a syntax error on line 42. Starting Pico on the command line like this "pico +42 myprogram.c" would start pico on with the cursor oon line 42 of your myprorgram.c file.