Program or method to use either command prompt or linux terminal to display commands while GUI is interfacing

Asked by JoshuaRocx

I am a linux newbie, I have experience in windows however I want to learn some linux commands, is there a way that I can run the terminal and it automatically display the commands and the folder and file names while I use the GUI interface?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu gnome-terminal Edit question
Assignee:
No assignee Edit question
Solved by:
JoshuaRocx
Solved:
Last query:
Last reply:
Revision history for this message
marcus aurelius (adbiz) said :
#1

press CTL+ALT+T to open up a terminal window where you can type linux commands.

Revision history for this message
WaltSullivan (walts) said :
#2

As I understand the question, JoshuaRocx wants a GUI that converts his GUI actions to shell commands, and logs them. There is no such animal.

He'll have to learn Linux commands by reading documents, like

http://tldp.org/HOWTO/DOS-Win-to-Linux-HOWTO.html

from The Linux Documentation Project.

Revision history for this message
delance (olivier-delance) said :
#3

If you google for command language, it's named "bash".
If you want to really program in shell, you will have to look at sed utility.

Revision history for this message
JoshuaRocx (joshuarocx) said :
#4

Okay, Thanks guys