1
1
scripts/sed.sh

7 lines
124 B
Bash
Executable File

#!/bin/bash
cat text.txt
echo
sed -i 's/#local_umask=022/local_umask=0007\nfile_open_mode=0770/' text.txt
echo
cat text.txt