
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)
- List of Popular Projects at Github for Sample Lab and Exercise - September 23, 2023
- Dynatrace Tutorials: Dynatrace Managed Cluster on the AWS Cloud - September 23, 2023
- Dynatrace Tutorials: How to Generate a Dynatrace API Token - September 23, 2023