I need to search for all files in MyNewFiles where the filename contains an even number and store the result as a variable in bash

前端 未结 0 1501
别那么骄傲
别那么骄傲 2020-12-01 05:34
I\'m new to Linux bash scripting and this is what I\'ve gotten so far

#!/bin/bash cd MyNewFiles pwd for count in {1..20}; do echo "This is file

相关标签:
回答
  • 消灭零回复
提交回复
热议问题