Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
This is my quote.
Said it
#!/bin/bash
volume=/volume1/Share
find "$volume" -maxdepth 15 | grep -P '\/[^\/]{143,}[^\/]'
# ignore snapshot folder
find "$volume" -name "#snapshot" -type d -prune -o -print | grep -P '\/[^\/]{143,}[^\/]'
This is more text.
This is more and more text.