diff --git a/ex0/find_sh.sh b/ex0/find_sh.sh index b89608d..c0e1bba 100755 --- a/ex0/find_sh.sh +++ b/ex0/find_sh.sh @@ -1 +1 @@ -find . -name "*.sh" | sed -E 's/(\.sh)$//' | cut -c2- +find . -name "*.sh" | sed -E 's/(\.sh)$//' | cut -c3-