K
K
KramKey2013-12-22 23:39:32
Command line
KramKey, 2013-12-22 23:39:32

Commands on the Command Line?

What are some cool commands on the command line?
And here's another question.
How to write scripts through the Command Line? (Example: Hello World, or creating folders.)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vlad Zhivotnev, 2013-12-23
@KramKey

> What are some cool commands on the command line?
man man
> inscription Hello World

#!/usr/bin/env bash
echo "Hello world"

> create folders
#!/usr/bin/env bash
mkdir /tmp/somedir

If under niks - then save it to a file, say chmod +x on it, run it.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question