Posts by DOuglas • 109 points
3 posts
-
2
votes2
answers198
viewsA: Shellscript does not find the directory
I was able to correct the error: I just changed the line from the first attempt to: find $1 -type f -exec **bash** ./task2.sh "{}" \;
-
6
votes2
answers198
viewsQ: Shellscript does not find the directory
I’m starting with shellscript ,I have to checksum some files, so I decided to automate things with a bash script.. I made two scripts, one that uses one ls recursive in the directory set by me and…
-
2
votes0
answers56
viewsQ: Error installing Java on virtual machine
I’m trying to run a playbook (Ansible-playbook -i hosts.ini.yml file) that installs the java on my virtual machine, but it accuses error in the installation task: FAILED! = > {"changed": false,…