I got something like this And I need this I am new with the bash and I dont know how can I get this Thanks for you help! EDIT Answer Use sed and paste, as in Of course, if you have multiple records/albums/tracks, or if the field names may change, there are better solutions.
Tag: tex
mkdir makes wrong directory names when used with cut on *.tex files
When make directories for each file with certain extension: …everything works just fine. However if I do it for .tex files I get following results: I just wanted to clean my latex directory and I get weird directory names. Why is that and how to make it work? Answer It is error prone to use output from ls like this.