shellnotes/util/listnotes/n/n.sh

11 lines
369 B
Bash
Raw Normal View History

2021-02-20 09:47:46 +01:00
:<<'info'
shellnotes - n.sh
(C) Dimitris Marakomihelakis
Released under the "All rights reserved" category. See the RIGHTS.txt file
in /docs/github/ for its full text.
info
2021-07-05 10:50:01 +02:00
folder="$(cat ~/.shellnotes/util/shellnotes/sd/sd-input3.txt)"
files="$(eval echo $(cat ~/.shellnotes/util/shellnotes/sd/sd-input3.txt) | xargs ls | wc -l)"
2021-02-20 09:47:46 +01:00
echo "Found $files files in $folder."