Mel Blanchard
Lurker
Currently running 8.1.0. I want to use globbing with the 'ls' command but keep running into a stone wall. Does globbing not work in Android when using 'ls'?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Many thanks. It will take a bit to wade through that but it looks promising.there is an app:
i have no idea to be honest what globbing is, but i did find this link:
https://forum.nginx.org/read.php?29,251901
lz() {
ls -l | grep -v $1
}
lz myfile