I would like to replace the [sample]. with space in all my document.Could someone let me know how can I do this.I tried the below command but it doesn't work.thanks.
sed -I 's/[sample]./ /g' filename.txt
due to use of [] and . I am having different output. 
I really appreciate your help
 
     
    