After editing a file, the timestamp on the file (according to ls -l)
is unchanged. However if stat is executed, the change
timestamp given in the output differs from that given in ls -l:
$ ls -l foo.c
-rw-r--r-- 1 Alex 126 Jul 29 17:10 foo.c
$ nano foo.c
### File is edited and saved ###
$ ls -l
I'm having some trouble with bash-completion. For example, it does
not complete ssh commands from my known_hosts file. I have
uncommented the appropriate lines in my .bashrc:
case $- in
*i*) [[ -f /etc/bash_completion ]] && . /etc/bash_completion ;;
esac
I have also tried sourcing it from wi
Oh, well, I thought that needed to be a 1 lines program. :-)
Anyway, indeed gdb does pop up for the sample program but doesn't so for
the "real" crashes. Bad luck.
Regards,
Kiyo
Christopher Faylor wrote:
On Fri, Jul 28, 2006 at 08:35:15PM +1000, Kiyo Kelvin Lee wrote:
I am quite sure I am
> in a W2K3 command prompt (DOS) window
>
> C:\cywin\bin> (which is the command prompt prompt)
>
> I type the command
>
> c:\cygwin\bin\bash -c "/local/adminscripts/test.sh"
Type "mount" instead from your DOS prompt while in the c:\cygwin\bin
directory. If you see a mount point o
John and Holly Klug wrote:
Is there a utility for cygwin that can list NTFS junction points?
Perhaps an option for find? I am interested in junctions that are not
on the same partition.
posix does not display hard links as special file/dir attributes.
windows/dos does: cmd.exe dir lists it c
hi
is there any "offical" solution to mount network drives?
i'm confused about several messages i found in the lists and google
so, i can do with only one "but":
i can mount networkdrives local or remote when _not_ using public key
authentication! :-(
1) ssh login without privat/public key
2) ba
> Date: Fri, 28 Jul 2006 17:31:31 -0400
> From: "Paul D. Smith" <[EMAIL PROTECTED]>
> Cc:
>
> Hm. I just can't think of any but the most obscure cases where this is
> true. The DOS pathname handling in vanilla GNU make, as far as I know,
> is very specific: if and ONLY if the first character of
7 matches
Mail list logo