Answers for "linux command to delete file with letter a"

0

linux sed remove string in file

sed -e s/deletethis//g -i *
Posted by: Guest on November-10-2020
0

delete lines text file linux

sed -i '' '/pattern to match/d' ./infile
Posted by: Guest on October-20-2020

Code answers related to "linux command to delete file with letter a"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language