On Sat, Feb 22, 2003 at 06:54:08PM +0100, Tillmann Steinbrecher wrote: > lftp :~> at 18:52 -c ls > Segmentation fault > > What is the correct way to use "at" command without causing a segfault? The manpage > isn't exactly verbose about at.
It does not segfault here. BTW, you should use -- to separate time specification and the command: `at 18:52 -- ls' -- Alexander.
