Archive for the ‘E’ Category

execve – execute program
USAGE
#include <unistd.h>

int execve(const char *filename, char *const argv[],
char *const envp[]);

DESCRIPTION
execve() executes the program [...]

Saturday, August 29th, 2009 at 00:48 | Comments Off
Categories: E

epoll_wait – wait for an I/O event on an epoll file descriptor
USAGE
#include <sys/epoll.h>

int epoll_wait(int epfd, struct epoll_event * events,
int [...]

Saturday, August 29th, 2009 at 00:47 | Comments Off
Categories: E

epoll_ctl – control interface for an epoll descriptor
USAGE
#include <sys/epoll.h>

int epoll_ctl(int epfd, int op, int fd, struct epoll_event *event)

DESCRIPTION
Control an epoll descriptor, epfd, by requesting that the operation op
[...]

Saturday, August 29th, 2009 at 00:42 | Comments Off
Categories: E

epoll_create – open an epoll file descriptor
USAGE
#include <sys/epoll.h>

int epoll_create(int size)

DESCRIPTION
Open an epoll file descriptor by requesting the kernel allocate an
event backing store [...]

Saturday, August 29th, 2009 at 00:41 | Comments Off
Categories: E

expr – evaluate expressions
USAGE
expr EXPRESSION
expr OPTION

DESCRIPTION
–help display this help and exit

–version
output version information [...]

Saturday, August 29th, 2009 at 00:38 | Comments Off
Categories: E
Tags:
Saturday, August 29th, 2009 at 00:38 | Comments Off
Categories: E

expand – convert tabs to spaces
USAGE
expand [OPTION]… [FILE]…

DESCRIPTION
Convert tabs in each FILE to spaces, writing to standard output. With
no FILE, or when FILE is -, read standard input.

[...]

Saturday, August 29th, 2009 at 00:37 | Comments Off
Categories: E
Tags:

etags, ctags – generate tag file for Emacs, vi
USAGE
etags [-aCDGImRVh] [-i file] [-l language]
[-o tagfile] [-r regexp]
[--append] [--no-defines] [--no-globals] [--include=file]
[--ignore-indentation] [--language=language] [--members]
[...]

Saturday, August 29th, 2009 at 00:36 | Comments Off
Categories: E, c

espdiff – apply the appropriate transformation to a set of patches
USAGE
espdiff [--deep-brainwave-mode] [--recurse] [--compare] [file...]

espdiff {–help | –version}

DESCRIPTION
espdiff applies the appropriate transformation to a patch or set of
[...]

Saturday, August 29th, 2009 at 00:35 | Comments Off
Categories: E
Tags:

eqn2graph – convert an EQN equation into a cropped image
USAGE
eqn2graph [ -unsafe ] [ -format fmt ]

DESCRIPTION
Reads an EQN equation (one line) as input; produces an image file (by
default in Portable Network [...]

Saturday, August 29th, 2009 at 00:35 | Comments Off
Categories: E