Hello, I have a problem that I need to solve. I have a file that should be inserted exactly one column from another file, I am trying it as follows:
cat $1 | cut -d ',' -f2 | tr "/" "-" | awk -F "-" '{print $2"-"$1"-"$3}' > temp.txt
c...
asked by
02.02.2017 / 14:54