1
vote
2answers
93 views

Writing starting from a certain line number in a text file

In a bash script I want to write some lines to a text file, but this file has already been used before and there are texts in it. So I want to echo some additional text in it, starting from a certain ...
0
votes
1answer
93 views

Guide/help using Dialog with bash scripting

While I understand how to create menus, no guide I've found teaches how to actually link them to commands I was hoping to have something like: dialog--clear --title "n00b's spellbook" \ ...
2
votes
1answer
62 views

How do I move .bash_profile away from home

I need .bash_profile to be synched with Dropbox. The easiest way I can think of is to "redirect" the shell to search for .bash_profile in a custom folder. So is that possible? Or are there any better ...