Write a command to rename the files in a directory with "_new" as postfix?
Answer / Reeshoo Kumar Mishra
find . -type f -exec rename 's/./_new/' {} ;
| Is This Answer Correct ? | 0 Yes | 0 No |
What are Associative Arrays?
What is the use of string function sub(regex,replacement,string)?
What is the use of string function match(string,regex)?
What are Dynamic Variables?
What are Trigonometric Functions in AWK?
What is the use of OFMT?
What is the use of format specifier %g ?
What is the use of format specifier %e ?
What is the use of SUBSEP?
What are System functions?
What are Conditional expressions in AWK?
What is the use of string function asorti(string,[d])?