Portál AbcLinuxu, 30. dubna 2025 22:50
pacman -C
?
ls --color=auto ls --color=auto | cat ls --color=yes ls --color=yes | cat
NAME isatty - does this descriptor refer to a terminal SYNOPSIS #include <unistd.h> int isatty(int desc); DESCRIPTION returns 1 if desc is an open descriptor connected to a terminal and 0 else. CONFORMING TO SVID, AT&T, X/OPEN, 4.3BSD
/* a.c */ #include <stdio.h> #include <unistd.h> int main (void) { printf("%d\n", isatty(1)); return 0; }
$ gcc a.c $ ./a.out 1 $ ./a.out | cat 0
#define CERVENA (mam_terminal ? barvicky[4] : "")
pacman -Syupopř.
pacman -Ss <program>a
pacman -S <balík>a na barvičky moc nehledim. Mnohem víc mě zajímá, esli Beryl funguje tak, jak má
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.