All pastes #1913814 Raw Edit

GodlessAndWicked

public text v1 · immutable
#1913814 ·published 2010-08-09 11:16 UTC
rendered paste body
fpaste(1)                                                            fpaste(1)NAME       fpaste - A cli frontend for the fpaste.org pastebinSYNOPSIS       fpaste [OPTION]... [FILE]...DESCRIPTION       It is often useful to be able to easily paste text to the Fedora Paste-       bin at http://fpaste.org and this  simple  utility  will  do  that  and       return  the  resulting  URL so that people may examine the output. This       can hopefully help folks who are for some reason stuck without X, work-       ing remotely, or any other reason they may be unable to paste something       into the pastebin using a web browser.OPTIONS       --version              show program's version number and exit       -h, --help              show help message and exit       -n "NICKNAME"              your nickname; default is ""       -d "DESCRIPTION"              description of paste; default appends filename(s)       -l "LANGUAGE"              language of content for syntax highlighting; default is  "text";              use "list" to show all 160 supported langs       -x "EXPIRES"              time  before  paste  is removed; default is 86400 seconds; valid              options: 3600, 10800, 43200, 86400       -i, --clipin              read paste text from current X clipboard selection       -o, --clipout              save returned paste URL to X clipboard       --selection=CLIPBOARD              specify which X  clipboard  to  use.  valid  options:  "primary"              (default; middle-mouse-button paste), "secondary" (uncommon), or              "clipboard" (ctrl-v paste)       --fullpath              use pathname VS basename for file description(s)       --pasteself              paste this script itself       --sysinfo              paste system information       --printonly              print paste, but do not send       --confirm              print paste, and prompt for confirmation before sendingEXAMPLES       Paste file foo.txt at fpaste.org              fpaste foo.txt       Paste output of ifconfig to fpaste.org  with  description  "my  network       config"              ifconfig | fpaste -d "my network config"       Paste mycode.py to fpaste.org with description as "problem  with  foo",       nickname "codemonkey", and language "python"              fpaste -n codemonkey -d "problem with foo" -l python mycode.py       Paste mouse-selected text from the primary X selection  clipboard,  and       then overwrite the same clipboard with the returned fpaste URL              fpaste -io       To manually paste clipboard contents, run fpaste without file arguments       so  that  it  waits  for  input,  then  paste using mouse middle-click,       <Ctrl-V>, or other, then press <Enter> followed by <Ctrl-D>  to  finish       (EOF).       To paste the output of more than one program and/or file at a time, use       the following example forms:              (lsusb ; lspci) | fpaste              fpaste <(lsusb) <(lspci)              fpaste <(fdisk -l) /etc/grub.conf -d "grub problem"              (fdisk -l ; cat /etc/grub.conf) | fpaste -d "grub problem"              (uname -a ; yum repolist) | fpaste       Gather and paste various information about the running system. The info       collected should be practically anonymous, and you may use the --print-       only or --confirm options to preview what  would  be  sent.  fpaste.org       URLs  are also practically anonymous ([a-zA-Z0-9]**4 == 14,776,336 com-       binations), so you may also preview it instead before giving  the  link       out.              fpaste --sysinfo              fpaste --sysinfo --confirm              fpaste --sysinfo --printonly | lessBUGS       Report bugs to: https://fedorahosted.org/fpaste/newticket       or to: Jason 'zcat' Farrell <farrellj AT gmail DOT com>.AUTHOR       Fedora UnityFedora Unity                     version 0.3.4                       fpaste(1)