10 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
Do clear command do not work in cygwin.. (4 Replies)
Discussion started by: parthmittal2007
4 Replies
2. Shell Programming and Scripting
I'm using cygwin on win7, What I would like to do is something like this:
cygstart cygwin tail -f /foo/test.log | perl -pe 's/error/\e
I know I can start a new instance using either of these:
mintty -e ...
cygstart tail ...
But neither of those open in ANSI mode, so I can't do... (0 Replies)
Discussion started by: Validatorian
0 Replies
3. UNIX for Dummies Questions & Answers
I started to gather some stats from our windows servers through the use of cygwin and sshd :)
is anyone else doing this sort of thing?
interested in some other indicators I should be checking for...
thanks,
manny
the following is only an example of the type of data I am able to... (4 Replies)
Discussion started by: mr_manny
4 Replies
4. UNIX for Dummies Questions & Answers
hi....
i want to set an alias to "ls -lart" permanently. i am using cygwin and in that .bashrc and .bash_profile files are readonly.
so please tell me how i can do that?
thanks (1 Reply)
Discussion started by: Usha Shastri
1 Replies
5. Programming
hello ... i am new with cygwin ... and i want you to help me. ...
First of all, i want to determine the steady state stream function in a 2-D duct using a square mesh by using the finite-difference methodology and i want to simulate it....and i read a lot of information at... (1 Reply)
Discussion started by: mostafamagdy
1 Replies
6. UNIX for Dummies Questions & Answers
i am completely new to unix and am trying to learn with cygwin.
my problem is simple....
when i use the 'man' command, eg 'man cat'
id do not know how to get out of the manual!!!?
if i type '!' and Return,
rather than having just the $ prompt, it has 'sh-3.2$' as a command prompt.... (1 Reply)
Discussion started by: bobby999
1 Replies
7. Linux
I'm trying to run the make command in cygwin.
The directory is d:\resiprocate-1.2.3\resip\dum\test.
But the command outputs:
cant open perl script "c:\Program": No such file or directory
why??...check the attached JPEG file....plz help (10 Replies)
Discussion started by: m_well
10 Replies
8. UNIX for Dummies Questions & Answers
Hi ,
I have software CYGWIN . Can i practice for shell script on that?
Thanks
sam71 (1 Reply)
Discussion started by: sam71
1 Replies
9. UNIX for Dummies Questions & Answers
Hi ,
I have cygwin software on my machine. can i practice shell script on that software or not?
thanks
sam71 (0 Replies)
Discussion started by: sam71
0 Replies
10. UNIX for Dummies Questions & Answers
hi everyone. i have a problem on installing binary file in my cygwin. could anyone help me wat command should i use to install it ?
thanks a lot (4 Replies)
Discussion started by: wins1982
4 Replies
File::Spec::Cygwin(3) User Contributed Perl Documentation File::Spec::Cygwin(3)
NAME
File::Spec::Cygwin - methods for Cygwin file specs
SYNOPSIS
require File::Spec::Cygwin; # Done internally by File::Spec if needed
DESCRIPTION
See File::Spec and File::Spec::Unix. This package overrides the implementation of these methods, not the semantics.
This module is still in beta. Cygwin-knowledgeable folks are invited to offer patches and suggestions.
canonpath
Any "" (backslashes) are converted to "/" (forward slashes), and then File::Spec::Unix canonpath() is called on the result.
file_name_is_absolute
True is returned if the file name begins with "drive_letter:", and if not, File::Spec::Unix file_name_is_absolute() is called.
tmpdir (override)
Returns a string representation of the first existing directory from the following list:
$ENV{TMPDIR}
/tmp
$ENV{'TMP'}
$ENV{'TEMP'}
C:/temp
Since Perl 5.8.0, if running under taint mode, and if the environment variables are tainted, they are not used.
case_tolerant
Override Unix. Cygwin case-tolerance depends on managed mount settings and as with MsWin32 on GetVolumeInformation() $ouFsFlags ==
FS_CASE_SENSITIVE, indicating the case significance when comparing file specifications. Default: 1
COPYRIGHT
Copyright (c) 2004,2007 by the Perl 5 Porters. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
perl v5.16.3 2013-01-16 File::Spec::Cygwin(3)