simple bash script in Linux
Uploader Comments (peertop)
All Comments (34)
-
#! is sha-bang symbol
/bin/sh is the (absolute) path to the interpreter program
renders the script portable to non-Linux machines, though you sacrifice Bash-specific features
-
Why he typed on top "#!/bin/sh" for bash scripting.
I think "#!/bin/bash" is correct line for bash scripting.
-
@REPODONE if you have run permissions to it then you can run it.
seriously people, learn to crawl before you try to run(learn basic linux before trying to be leethaxor).
-
in backtrack u can just run a bla.sh without chmod RIGHT???
-
@peertop yep i have install lynx, but im getting an error message stating [:14: missing]. I have checked the script against what you wrote and there does not seem to be an erro.
-
@JoxeAlavarado Vi is hard to use for me... I like that one better because the shortcuts are shown below.
-
This is so awesome... I did it in windows alot but Linux is made for this kind of amusement. This is so frikin awesome!!!12!!!?!@!!
*head slpodes*
-
Learn to use VI EDITOR people!!
-
OS=red hat,
how would I get a background in the terminal window?
Nice vid by the way.
I did as you did with the scripting and i run it but it didn't execute the lynx. instead it exited with the the comment "there is nothing else to do" above that is 'G' cannot be found
sirbobbyuk 1 year ago
@sirbobbyuk
Lynx is a program and not a command.
try to install it before you run it.
sudo apt-get install lynx
if you use redhat or fedora. install it with yum .
I use ubuntu and use apt.
peertop 1 year ago
how you make a background image?
or what for a programm you use in the video?
the nano command?
or a diffrent programm
Please Answer So Fast It Go!! =)
greetz Headache videos =)
HeadAcheVideos 2 years ago
OS = Ubuntu
Terminal = gnome terminal with transparenty on (look in the settings)
image = current wallpaper
nano = (terminal) texteditor
capture program = reccordmydesktop
So you have right, Its an debian system and lynx is an web browser for bash.
peertop 2 years ago
peertop 2 years ago