Ant Script with Shell script |
How to set files Permission in Ant | How to set files Permission in Unix | Set files Permission in Ant in Unix Environment |
Command: |
|
Ant Script to Replace some character in any files |
|
How to run shell script using ant/ |
To Remove Some Special Character from Files |
for name in `find PWD -type f` do if [ -f $name ]; then tr -d “\015” ${name}XXXYYYZZZ mv ${name}XXXYYYZZZ $name echo “$name updated” fi done |
Latest posts by Rajesh Kumar (see all)
- How to save 80% of the Treatment Cost using Medical Tourism? - January 13, 2025
- Best AI tools and websites to travel blogger or travel video & audio creator - January 12, 2025
- Deep Dive & Troubleshoot using Kubernetes logs & its Structure & Location - January 12, 2025