09-14-2018, 11:15 AM
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 ?
I used in the first Python apps I made so they execute
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
I used in the first Python apps I made so they execute