Manipulate file flags from Unix shell

[Releases]
Clone this repo:

Branches

  1. 4841248 Fix an octal number formatting notation, and add a failure case for an unrecognized machine type by WHR · 6 weeks ago master
  2. 5cbe1c7 Determine ioctl request numbers according to machine type of the ioctl(2) caller program rather than the kernel; fix typo by WHR · 5 months ago
  3. 802df4e Add ioctl request numbers for Linux powerpc by WHR · 1 year, 1 month ago
  4. ddbed7a Consider hidden files when operating recursively by WHR · 2 years, 4 months ago
  5. 5ceecb6 Fix minor syntax issue by WHR · 2 years, 4 months ago
  6. b55f420 Skip pipes and sockets by WHR · 2 years, 9 months ago
  7. 8c54f14 Add a descriptive comment in build output by WHR · 2 years, 9 months ago
  8. 162ad6a Reject invalid option combination by WHR · 2 years, 9 months ago
  9. 447db2c Initialize local variables to empty as necessary by WHR · 2 years, 9 months ago
  10. 860e171 Use the result from function get_perl_executable_path to run perl(1) by WHR · 2 years, 10 months ago
  11. 5f7c7c8 Fix existing aliases breaking function definitions by WHR · 2 years, 10 months ago
  12. 54d7a3b Support completing comma-separated flag names in bash(1) by WHR · 2 years, 10 months ago
  13. e97703d Add ioctl request numbers for Linux i386 by WHR · 2 years, 10 months ago
  14. 1d8fbce Uninstall completion if _init_completion function failed by WHR · 2 years, 11 months ago
  15. 4e454d5 Rename some internal functions and undefine internal function chflags_loop after use for embedded script output by WHR · 2 years, 11 months ago
  16. 6799989 Add completion support for bash(1) by WHR · 2 years, 11 months ago
  17. 8469161 Move the unused ioctl function into a separated file by WHR · 2 years, 11 months ago
  18. 862adf5 which: skip names that end with '/' by WHR · 2 years, 11 months ago
  19. 1be08e2 Reset OPTIND before using getopts in functions by WHR · 2 years, 11 months ago
  20. d2430a0 Support getting perl(1) executable path from environment; add a custom which(1) implementation as an Unix shell function by WHR · 2 years, 11 months ago