Page 33 of 36 FirstFirst ... 233132333435 ... LastLast
Results 321 to 330 of 355

Thread: What was the last command you entered into Terminal?

  1. #321
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: What was the last command you entered into Terminal?

    $ udevadm info -q all /dev/sda|more

    Was looking for the WWN of some storage.

    If you wish to up your Shell-fu, check out the "Art of the command line":
    https://github.com/jlevy/the-art-of-command-line

    Even old-timers will learn/re-learn some things.
    Last edited by TheFu; December 3rd, 2018 at 02:42 PM.

  2. #322
    Join Date
    Nov 2005
    Location
    Sendai, Japan
    Beans
    11,296
    Distro
    Kubuntu

    Re: What was the last command you entered into Terminal?

    % uplatex thesis.tex && dvipdf thesis.dvi
    Guess what I'm doing... Yes, procrastinating, that's why I'm here!
    「明後日の夕方には帰ってるからね。」


  3. #323
    Join Date
    Feb 2017
    Beans
    61

    Re: What was the last command you entered into Terminal?

    Code:
    alsamixer
    Last edited by bitsnpcs; February 25th, 2019 at 03:38 AM. Reason: added code tags

  4. #324
    Join Date
    Jun 2019
    Beans
    0

    Smile Re: What was the last command you entered into Terminal?

    Code:
    conda deactivate

  5. #325
    Join Date
    Apr 2019
    Location
    Bangladesh
    Beans
    14
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: What was the last command you entered into Terminal?

    bleachbit

  6. #326
    Join Date
    Sep 2011
    Beans
    4

    Re: What was the last command you entered into Terminal?

    $ sudo apt update; sudo apt upgrade -y

  7. #327
    Join Date
    Jul 2019
    Beans
    0

    Re: What was the last command you entered into Terminal?

    "exit" - of course

  8. #328
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: What was the last command you entered into Terminal?

    alias dft='df -hT -x squashfs -x tmpfs -x devtmpfs'

  9. #329
    Join Date
    Mar 2017
    Beans
    181
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: What was the last command you entered into Terminal?

    Still "exit" here.

    It would be blasphemy to use the Menu item "Close Window".

  10. #330
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: What was the last command you entered into Terminal?

    Quote Originally Posted by walts48 View Post
    Still "exit" here.

    It would be blasphemy to use the Menu item "Close Window".
    Typing too many characters? Try "<cntl>-d".

Page 33 of 36 FirstFirst ... 233132333435 ... LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •