From ed6c6db9a90b2a3c1d140d76b5ad789c722eb3d5 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 5 Feb 2022 23:44:43 -0300 Subject: [PATCH] Delete test.sh --- test.sh | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 test.sh diff --git a/test.sh b/test.sh deleted file mode 100644 index 67e6281..0000000 --- a/test.sh +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/bash - -set -e - -#files=($(find -H /home/slococo/Documents/arch-repo/any -type f -regex '.*zaread-git.*')) -mapfile -t files < <(find -H /home/slococo/Documents/arch-repo/any -type f -regex '.*zaread-git.*') -for file in "${files[@]}"; do - echo "1 $file" -done -#IFS=$'\n' -while read -r -d '' file ; do - echo "2 $file" -done < <(find -H /home/slococo/Documents/arch-repo/any -regex '.*zaread-git.*' -print0) -#while read -r file ; do -while read -r -d '' file ; do - echo "3 $file" -done < <(find -H arch-repo/any -regex '.*st-git.*' -print0) - -echo "fin"