App-spaceless
view release on metacpan or search on metacpan
Convert another PATH style environment variable
cygwin% spaceless PERL5LIB
PERL5LIB=/PERL~1/lib:/PERL~2/lib
export PERL5LIB
Update the PATH in the current shell (works with both sh and csh):
cygwin% eval `spaceless PATH`
Same thing from cmd.exe or command.com prompt:
C:\> spaceless PATH -f path.bat
C:\> path.bat
DESCRIPTION
Although legal in most modern operating system directory names, spaces
are only frequently encountered in Windows. This can be troublesome for
some tools that do not take such antics into account. Fortunately,
Windows provides alternate file and directory names for any name that
bin/spaceless view on Meta::CPAN
Convert another PATH style environment variable
cygwin% spaceless PERL5LIB
PERL5LIB=/PERL~1/lib:/PERL~2/lib
export PERL5LIB
Update the PATH in the current shell (works with both sh and csh):
cygwin% eval `spaceless PATH`
Same thing from C<cmd.exe> or C<command.com> prompt:
C:\> spaceless PATH -f path.bat
C:\> path.bat
=head1 DESCRIPTION
Although legal in most modern operating system directory names, spaces are only
frequently encountered in Windows. This can be troublesome for some tools that
do not take such antics into account. Fortunately, Windows provides alternate
file and directory names for any name that is not compatible with MS DOS. Since
( run in 0.620 second using v1.01-cache-2.11-cpan-0b5f733616e )