Appending output of a function to a file in Bash scripting

后端 未结 0 1201
旧巷少年郎
旧巷少年郎 2020-12-10 01:27

I\'m attempting to append the output of a function to a file in a bash script but am receiving an unexpected end of file error.

#!/usr/bin/env bash

fn() { ec         


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