Archive for the ‘U’ Category

trl, use_env, wunctrl – miscellaneous curses utility routines
USAGE
#include <curses.h>

char *unctrl(chtype c);
char *wunctrl(wchar_t w);
char *keyname(int c);
char *key_name(wchar_t w);
[...]

Thursday, August 27th, 2009 at 20:47 | Comments Off
Categories: T, U, W

trl, use_env, wunctrl – miscellaneous curses utility routines
USAGE
#include <curses.h>

char *unctrl(chtype c);
char *wunctrl(wchar_t w);
char *keyname(int c);
char *key_name(wchar_t w);
[...]

Thursday, August 27th, 2009 at 02:29 | Comments Off
Categories: T, U, W

compress, uncompress, zcat – compress and expand data (version 4.1)
USAGE
compress [ -f ] [ -v ] [ -c ] [ -V ] [ -r ] [ -b bits ] [ name ... ]
uncompress [ -f ] [ -v ] [ [...]

Wednesday, August 26th, 2009 at 23:51 | Comments Off
Categories: U, Z, c

useradd – Create a new user or update default new user information
USAGE
useradd [-c comment] [-d home_dir]
[-e expire_date] [-f inactive_time]
[...]

Wednesday, August 26th, 2009 at 02:15 | Comments Off
Categories: A, U
TOP