setop
setop copied to clipboard
Set operations in the UNIX shell!
Results
2
setop issues
Sort by
recently updated
recently updated
newest added
This will enable usage like this: ``` setop is-empty < my_file && echo "File is empty..." || echo "File is NOT empty" if setop is-empty < my_file; then echo "Empty"...