Auteur Sujet: The Basic Terminal  (Lu 20902 fois)

0 Membres et 1 Invité sur ce sujet

konaexpress

  • Invité
The Basic Terminal
« le: 25 mars 2013 à 04:16:03 »
You old school Linux users will hate me for asking this but has anyone made or heard of a terminal app that uses basic word commands like copy, paste, move and back? I know that this would take longer to do things but it would be a great terminal for nebies. Just because the old ways is how it has always been done does not make it the correct way for everyone. 8)

............FLAME ON!............

Hors ligne Taco.22

  • Membre Senior
  • ****
  • Messages: 391
    • Scorpio_Openbox
Re : The Basic Terminal
« Réponse #1 le: 25 mars 2013 à 07:40:43 »
Many of the commands in terminal are in fact abbreviations of commonly used terms.  Examples are "ls" for "list", "cp" for "copy", "mv" for "move" and "cd" for "change directory".  With those basic commands you can navigate through the system, look at folder (directory) contents and move them around.  To save a lot of typing you also have autocomplete by hitting the "tab" key - just like a lot of word processors have.  Just think of it as the Readers Digest version of doing things - the shortened and abridged version! 
What can go wrong !!!

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : The Basic Terminal
« Réponse #2 le: 25 mars 2013 à 11:59:20 »
In your terminal, have a look at "man alias", and on the web, at this page:
http://www.linfo.org/make_alias_permanent.html

Good leaders being scarce, following yourself is allowed.

konaexpress

  • Invité
Re : Re : The Basic Terminal
« Réponse #3 le: 25 mars 2013 à 16:02:40 »
Many of the commands in terminal are in fact abbreviations of commonly used terms.  Examples are "ls" for "list", "cp" for "copy", "mv" for "move" and "cd" for "change directory".  With those basic commands you can navigate through the system, look at folder (directory) contents and move them around.  To save a lot of typing you also have autocomplete by hitting the "tab" key - just like a lot of word processors have.  Just think of it as the Readers Digest version of doing things - the shortened and abridged version!

O' I agree with you, it was the same way in DOS back in my day. I just remember thinking, "why can't  I just put in words" to do this.

(Sigh) I am just getting old I think......

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : Re : Re : The Basic Terminal
« Réponse #4 le: 25 mars 2013 à 21:15:24 »
I just remember thinking, "why can't  I just put in words" to do this.

Hi,

As I mentioned above, by adding aliases in your ~/.bashrc, you can. You can even choose your own words.
(why when I write something I sometimes feel it as if I didn't talk at all?  :? )

Good leaders being scarce, following yourself is allowed.

Hors ligne patrick013

  • Membre Senior
  • ****
  • Messages: 252
Re : The Basic Terminal
« Réponse #5 le: 26 mars 2013 à 00:24:03 »
Isn't the terminal for running short bash scripts, core utilities,
and initiating program commands where a little useful feedback
would be produced ?


konaexpress

  • Invité
Re : Re : Re : Re : The Basic Terminal
« Réponse #6 le: 26 mars 2013 à 01:12:53 »
Hi,

As I mentioned above, by adding aliases in your ~/.bashrc, you can. You can even choose your own words.
(why when I write something I sometimes feel it as if I didn't talk at all?  :? )

Hi Melodie.

When did you get here? :P

I heard ya............

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : Re : Re : Re : Re : The Basic Terminal
« Réponse #7 le: 26 mars 2013 à 01:34:09 »
Hi Melodie.

When did you get here? :P

I heard ya............

:D

Good leaders being scarce, following yourself is allowed.

djohnston

  • Invité
Re : Re : The Basic Terminal
« Réponse #8 le: 26 mars 2013 à 04:56:34 »
Isn't the terminal for running short bash scripts, core utilities, and initiating program commands where a little useful feedback would be produced ?

No. It's for starting emacs:D


konaexpress

  • Invité
Re : Re : Re : The Basic Terminal
« Réponse #9 le: 26 mars 2013 à 05:05:07 »

Hors ligne patrick013

  • Membre Senior
  • ****
  • Messages: 252
Re : The Basic Terminal
« Réponse #10 le: 26 mars 2013 à 05:12:47 »
I hate terminal editors, even mc is ugg !

Try this, save as dff in /usr/bin


df -T -BM

Save as dff, make executable.

Run in terminal.

djohnston

  • Invité
Re : Re : The Basic Terminal
« Réponse #11 le: 26 mars 2013 à 06:56:49 »
Try this, save as dff in /usr/bin

df -T -BM

Save as dff, make executable.

Run in terminal.

You could set that as an alias. Add this as the last line in ~/.bashrc.

alias df="df -T -BM"
You can try it out first by entering the same line in a terminal emulator, then entering just df.

konaexpress

  • Invité
Re : The Basic Terminal
« Réponse #12 le: 26 mars 2013 à 07:23:39 »
Citer
I hate terminal editors, even mc is ugg !

Midnight Commander is one of the FIRST things I uninstall after Libreoffice when I lode a new OS.

Hors ligne melodie

  • Administrateur
  • Membre Héroïque
  • *****
  • Messages: 1774
    • Citrotux
Re : Re : The Basic Terminal
« Réponse #13 le: 26 mars 2013 à 16:17:03 »
Midnight Commander is one of the FIRST things I uninstall after Libreoffice when I lode a new OS.

Just the reverse side here : first things I install. Don't ask me why. ^_^

Good leaders being scarce, following yourself is allowed.

djohnston

  • Invité
Re : The Basic Terminal
« Réponse #14 le: 26 mars 2013 à 20:02:44 »
Midnight Commander is a very useful tool. I use it before remastering.