Development > Scripting and Bash
What shell do YOU use for scripting or command-line on LL?
Vera:
Interested to see what shell people are using for their scripting and/or command-line purposes. Thanks!
bitsnpcs:
I am learning to use bash.
kpanic:
--- Quote from: bitsnpcs on September 12, 2018, 04:38:24 PM ---I am learning to use bash.
--- End quote ---
GZ man, and Vera too, of course!
Shell scripting is the most powerful tool to use. And a child can learn it (with the time they use in
all those 'social media' sites).
Ps.
To Vera: I begin the scripts with
#!/bin/bash
# explicitely, because bash is the best shell but it is not the default shell in LL
bitsnpcs:
--- Quote from: kpanic on September 13, 2018, 06:06:12 PM ---
--- Quote from: bitsnpcs on September 12, 2018, 04:38:24 PM ---I am learning to use bash.
--- End quote ---
GZ woman, and Vera too, of course!
Shell scripting is the most powerful tool to use. And a child can learn it (with the time they use in
all those 'social media' sites).
Ps.
To Vera: I begin the scripts with
#!/bin/bash
# explicitely, because bash is the best shell but it is not the default shell in LL
--- End quote ---
bitsnpcs:
There is some scripting at the end of the Linux Command Line book I use, I am not anywhere near the end yet, as I learn slowly and stop start when disrupted for long periods at a time.
I also learn from Linux Bible, need to fix virtualbox before can carry on with that. Just havent been motivated to do so yet.
After these books I have the one to start titled, Linux Command Line and Shell Scripting Bible.
Hopefully in some future year when/if I manage to complete those I will have a basic foundation to progress from.
I use social sites such as this forum, and YouTube for music.
Is it like the shebang ?
--- Code: ---#!/usr/bin/env python
--- End code ---
I used in the first Python apps I made so they execute
Navigation
[0] Message Index
[#] Next page
Go to full version