Examples (8)
Start the editor
pico path/to/fileStart the editor with the cursor located n lines into the file
pico +n path/to/fileStart the editor with the cursor shown before the current selection
pico -g path/to/fileDefine the quote string for files such as email
pico -Q "quotestring" path/to/fileEnable mouse functionality when run within an `xterm` window
pico -m path/to/fileSet the operating directory for `pico`
pico -o path/to/directoryEnable "view only" mode, which disallows any edits
pico -v path/to/fileDisplay all files including those beginning with a period
pico -amade by @shridhargupta | data from tldr-pages