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)
- Phase-wise comprehensive list of tools - January 10, 2025
- Announcing the Launch of Desi NRI: A Global Hub for Non-Resident Indians - January 10, 2025
- Remote Work and Tax-Efficient Jobs Hiring : A Guide for Software Engineers - January 10, 2025