You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running hostess ls on a large file it would be nice to filter the list of results based on an additional argument. This saves having to pipe to grep to filter the list.
Examples:
hostess ls 127.0.0.1
hostess ls 10.0.0.*
hostess ls mysite.com
hostess ls *.local
The text was updated successfully, but these errors were encountered:
cbednarski
changed the title
Support glob filter for hostess ls
Support glob filter for hostess ls, on, off, dump, and apply
Feb 27, 2020
cbednarski
changed the title
Support glob filter for hostess ls, on, off, dump, and apply
Support * pattern for hostess ls, on, off, dump, and apply
Feb 27, 2020
When running
hostess ls
on a large file it would be nice to filter the list of results based on an additional argument. This saves having to pipe to grep to filter the list.Examples:
The text was updated successfully, but these errors were encountered: