ref: 64762c4727d812c669e6e9fc72d74bcc3a09c93b
parent: 983391d606600c89c7ee0b8d4c231eefb121cdbc
author: Michael Misch <michaelmisch1985@gmail.com>
date: Mon Sep 2 20:27:57 PDT 2024
Add the rest of the flags
--- a/walk
+++ b/walk
@@ -27,8 +27,13 @@
if not
flag=A
}
- if (echo $flags | grep -s $flag)
- echo $flag $synopsis
+ if(~ $#quiet 0){
+ if (echo $flags | grep -s $flag)
+ if(~ $#chars 0)
+ echo $flag $synopsis
+ if not
+ echo $synopsis
+ }
echo -n ''
}