This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygpath feature suggestion


It would be useful if cygpath could work as a filter, taking in lists of
paths on the standard input and put them out one per line on the standard
output.  This could be used as a work-around for 
	for F in
`command_or_pipe_creating_a_list_of_files_with_spaces_in_them`
	do
		echo ${F}
	done
causing the file names to be split up at the spaces.

Yes, I know, PTC, but I'm not a programmer.  This is just a suggestion.

- Barry

Barry U. Buchbinder, Ph.D.
Technology Development Associate
Office of Technology Development (OTD)
National Institute of Allergy and Infectious Diseases (NIAID)
National Institutes of Health (NIH)
U.S. Department of Health and Human Services (DHHS)

6610 Rockledge Drive, Room 4071, MSC 6606
Bethesda, MD  20892-6606  (Zip Code for Courier:  20817)
301-496-2644/Fax: 402-7123/Direct: 594-1696/Office: Room 4041

The information in this e-mail and any of its attachments is confidential
and may contain sensitive information.  It should not be used by anyone who
is not the original intended recipient.  If you have received this e-mail in
error, please inform the sender and delete it from your mailbox or any other
storage devices.  The National Institute of Allergy and Infectious Diseases
shall not accept liability for any statements made that are sender's own and
not expressly made on behalf of the NIAID by one of its representatives.


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]