Home > OS >  Remove specific file from directory using shell script
Remove specific file from directory using shell script

Time:02-08

I am trying to write a script to delete a file from a folder using shell script.

I am new to shell scripting and I tried to write one shell script program to delete a specific file from the directory. here is the sample program that I tried and I want to delete specific jar from REPORT_HOME/lib folder.

    set OLD_DIR=           
  •  Tags:  
  • Related