I build a little bash script where I need to pass arguments but some of those arguments will have spaces because its a sentence or something similar. I don't want to store those arguments in a file because they get changed every time.
Can anybody provide an elegant solution for this. I'm a beginner and don't know much about bash!