On Feb 27 15:41, Cedric Blancher via Cygwin wrote: > Good afternoon! > > How can I get the group SID for a file in cmd.exe (powershell is not an > option)? > Is it possible to add an option to ls -l to list the user/group SIDs too?
No, but you can use Cygwin tools: getent -w group $(ls -gn foo | awk '{print $3}') | awk -F: '{print $4}' Corinna -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple