On 3/14/2011 4:55 PM, Buchbinder, Barry (NIH/NIAID) [E] wrote:
carolus sent the following at Monday, March 14, 2011 1:05 PM
I didn't realize that the output of dir depended on whether it was
invoked from cygwin or from cmd, and I didn't know about label.exe.
dir does not differ depending on fr
carolus sent the following at Monday, March 14, 2011 1:05 PM
>I didn't realize that the output of dir depended on whether it was
>invoked from cygwin or from cmd, and I didn't know about label.exe.
dir does not differ depending on from where it is invoked. Compare
the output of the following.
In
On 3/14/2011 11:11 AM, Buchbinder, Barry (NIH/NIAID) [E] wrote:
Charles Russell sent the following at Monday, March 14, 2011 10:03 AM
Is there some way to read the volume label on a USB flash drive?
Something like blkid in linux?
Something like this?
function label() {
$(cygpath --sysdir
Charles Russell sent the following at Monday, March 14, 2011 10:03 AM
>Is there some way to read the volume label on a USB flash drive?
>Something like blkid in linux?
Something like this?
function label() {
$(cygpath --sysdir)/cmd /c dir ${1}:\\ | \
tr \\r \\n | \
sed -n -e '
4 matches
Mail list logo