How can we output the results of a script to a csv file?

前端 未结 0 902
醉梦人生
醉梦人生 2021-01-19 12:29

So I have a simple script that I am using to extract some data from a file. It is something like: #!/usr/bin/env bash for file in *; do cat "$file" | grep "co

相关标签:
回答
  • 消灭零回复
提交回复
热议问题