public/sh/tests/solutions/find-files.sh

3 lines
59 B
Bash
Executable File

#!/bin/bash
find . \( -name 'a*' -or -type f -name '*z' \)