From 05121a72a9fde9917802ec9005793b87ebf8dee3 Mon Sep 17 00:00:00 2001 From: hello Date: Fri, 7 Feb 2025 14:05:44 +0530 Subject: [PATCH] added OS program check Q --- OS/bash/progcheck/sol.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OS/bash/progcheck/sol.sh b/OS/bash/progcheck/sol.sh index 13b874b..69b8051 100755 --- a/OS/bash/progcheck/sol.sh +++ b/OS/bash/progcheck/sol.sh @@ -10,3 +10,5 @@ for i in $x do echo "$i" done + +# This script takes a folder name as a CLI argument and then lists all files that do not begin with a vowel (in filename)