hi, I want to export the env variables in a file using a script,i tried using the below: for var in 'env' do var2=env|awk -F '=' '{print1}' ...
確定! 回上一頁