I have a file contain list of path now I want to execute command on each line example :-
file name : rawabdeh .......
command : command
file contains:-
path/no/1/
path/no/2/
path/no/3/
I want to do the following :
command path/no/1/
command path/no/2/
command path/no/3/