linux:bashshell
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| linux:bashshell [2019/03/09 10:00] – [Find files that contain the text] admin | linux:bashshell [2022/10/29 16:15] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 320: | Line 320: | ||
| * Custom find with regular expression< | * Custom find with regular expression< | ||
| grep -rnw . -e ' | grep -rnw . -e ' | ||
| + | </ | ||
| + | ==== Find files that file name length > 29 ==== | ||
| + | <code bash> | ||
| + | for i in `ls -1`;do sub_i=(`echo $i|cut -d' | ||
| </ | </ | ||
| ==== Manipulating String ==== | ==== Manipulating String ==== | ||
linux/bashshell.1552125650.txt.gz · Last modified: (external edit)
