Search results

Jump to: navigation, search
  • '''Bash''' is a [[Linux]] command shell written for the GNU project. Its name is an acronym for '''''B'''ourn A shell builtin is a command or a function, called from a shell, that is executed directly in the shell
    34 KB (5,354 words) - 19:04, 9 May 2023
  • ...stantial overlap between the commands used to control MrBayes and the PAUP command language. This should be a help when you are trying to understand how to us ...command along with current option values. This is similar to how "'''<tt>''command'' ?</tt>'''" works in PAUP.
    28 KB (4,371 words) - 03:28, 14 April 2008
  • ;Ctrl+r : incremental search of previous command history ;Alt+F2 : run command box (on KDE)
    7 KB (1,028 words) - 20:06, 24 October 2014
  • '''rsync''' is a [[:Category:Linux Command Line Tools|command line tool]] which synchronizes files and directories from one location to a ...>) with a backup directory/disk (e.g. <code>/backup</code>). The following command will accomplish this:
    13 KB (2,005 words) - 21:34, 11 July 2015
  • $ echo 'Defaults passprompt="MY LAUNCH CODE: "' > /etc/sudoers.d/custom_prompt [[Category:Linux Command Line Tools]]
    2 KB (352 words) - 11:29, 7 July 2014
  • ...riva]]). Most of these will be simple [[:Category:Linux Command Line Tools|command line tools]]. Eventually, many of these will have their own article. For no ...-manual/ Google Search Manual] and [http://projects.felipc.com/gcl/ Google command line help] for more tricks.
    20 KB (3,106 words) - 23:38, 10 September 2021
  • ;itrace : traceroute(1) by ICMP echo request [[Category:Linux Command Line Tools]]
    1 KB (172 words) - 02:00, 31 May 2012
  • sed "s/$/`echo -e \\\r`/" # command line under ksh sed 's/$'"/`echo \\\r`/" # command line under bash
    30 KB (4,929 words) - 22:47, 21 August 2019
  • ...any of the basic tools such as [[cat ((command))|cat]], [[ls]], and [[rm ((command))|rm]] needed for Unix-like operating systems. ; Printing text : <code>echo printf yes</code>
    9 KB (1,324 words) - 23:35, 6 February 2013
  • ...our screen. Standard output (STDOUT) captures the normal output of a given command. Standard error (STDERR) captures most failures and error conditions. ...mented by placing certain characters (or tokens) between [[:Category:Linux Command Line Tools|commands]]. Typically, the syntax of these characters is as foll
    12 KB (1,905 words) - 20:29, 22 September 2020
  • '''The [[Curl (command)|cURL]] Manual''' by the Haxx Team. To post to this, you enter a curl command line like:
    29 KB (4,993 words) - 01:53, 26 April 2007
  • $ echo "-----BEGIN RSA PRIVATE KEY-----" && openssl rand -base64 512 && echo -e "-----END RSA PRIVATE KEY-----\n" $ echo -n 'this is my signature' |openssl sha1 -binary |\
    10 KB (1,480 words) - 18:24, 6 February 2024
  • ; <code>$(shell command)</code> : Execute a shell command and return its output @echo "***************************************"
    6 KB (1,015 words) - 03:38, 1 October 2009
  • * <tt>xargs</tt> - build and execute command lines from standard input * find all <code>foo.pdb</code> files in a given path and execute a command ''within'' the directory they are found:
    10 KB (1,695 words) - 23:28, 21 May 2015
  • '''mt''' is a [[:Category:Linux Command Line Tools|command]] used to control and backup data onto magnetic tapes. * Backup directory /data and /home with [[Tar (command)|tar]] command (z - compressed; note the <code>/dev/nst0</code>; '<code>nst0</code>' ''not
    6 KB (1,008 words) - 08:58, 17 February 2016
  • % echo "howdy" | dbacl -v -c twain -c shake % echo "to be or not to be" | dbacl -v -c twain -c shake
    7 KB (1,190 words) - 08:53, 22 February 2007
  • $ awk '/bar/,/!./{print $0}' <<< "$(echo -e "foo\nbar\nbaz")" For example, a Linux command called <code>hello.awk</code> that prints the string "Hello, world!" may be
    18 KB (2,772 words) - 22:57, 26 October 2021
  • ==Basic command options== NOTE: Running the <code>`iptables`</code> command changes the netfilter kernel module rules in memory, but will not persist a
    21 KB (2,869 words) - 21:16, 19 December 2018
  • '''crontab''' is a [[:Category:Linux Command Line Tools|command line tool]] used to schedule commands to be executed periodically. It reads # * * * * * command to be executed
    8 KB (1,304 words) - 08:49, 18 September 2021
  • ...efined by user. To find out the proper location on your system, issue this command: ...conf LONG_BIT) = "64" <nowiki>]]</nowiki>; then echo "64-bit kernel"; else echo "32-bit kernel"; fi
    6 KB (897 words) - 10:20, 17 November 2014

View (previous 20 | next 20) (20 | 50 | 100 | 250 | 500)