i have a folder system which has 2 level deep subfolders. Each folder has some .docx files and also other files.
What i need to do is that, i want to convert all these .docx files into .odt files and after that i want to delete these old .docx files to remove duplication.
i got bash command Linux Command to convert .docx to .odt , but for this command to run i have to go inside the folder in which .docx files exists through terminal.
so i am looking for 1 linux command or shell file script which does this automatically.
Thanks in advance.