I want to use this command:
sed 's/account.db/$PATH/' file1 > file2
and
sed 's/account.db/$PATH.account.db/' file3 > file4
But I dont know how to use it.
I want to use this command:
sed 's/account.db/$PATH/' file1 > file2
and
sed 's/account.db/$PATH.account.db/' file3 > file4
But I dont know how to use it.