Answer the question
In order to leave comments, you need to log in
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
> What are some cool commands on the command line?
man man
> inscription Hello World
#!/usr/bin/env bash
echo "Hello world"
#!/usr/bin/env bash
mkdir /tmp/somedir
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question