python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
rename file by adding a value using bash
I have a series of files with similar extension in a directory and it's subdirectories. I'd like to add a constant value to their integer part of the basename. Is there any way to do it using Bash? Le...
Amir Ghorbani
Votes: 0
Answers: 1
Python re find diferent words with same pattern
I'm having a problem with this activity, I want search the words s/ABS, c/ABS, s/servo, c/servo, s/ESP, c/ESP, s/válvula, c/válvula and it would be great if it also matches s/c+ all of the previous wo...
Carlos Vertiz
Votes: 0
Answers: 1
Find and Replace from Excel to word problem
I am trying to do find replace from excel to word using vba, but the problem is, in some of the word table it is keeping field blank.
After adjusting the table height in word it works but sometime it ...
Prashant Pardeshi
Votes: 0
Answers: 0
Using the Ansible find module to search based on permissions
How could this be done in Ansible?
find . -name "*.sh" -type f ! -perm 754
So, using the Ansible find module to search based on permissions.
Miguelaniez
Votes: 0
Answers: 1