INTRO(7) Miscellaneous Information Manual INTRO(7)NAME
miscellaneous - miscellaneous useful information pages
DESCRIPTION
This section contains miscellaneous documentation, mostly in the area of text processing macro packages for troff(1).
ascii map of ASCII character set
environ user environment
eqnchar special character definitions for eqn
hier file system hierarchy
mailaddr mail addressing description
man macros to typeset manual pages
me macros for formatting papers
ms macros for formatting manuscripts
term conventional names for terminals
4.2 Berkeley Distribution May 20, 1985 INTRO(7)
Check Out this Related Man Page
INTRO(3) Linux Programmer's Manual INTRO(3)NAME
intro - Introduction to library functions
DESCRIPTION
Section 3 of the manual describes all library functions excluding the library functions (system call wrappers) described in section 2,
which implement system calls.
Many of the functions described in the section are part of the Standard C Library (libc). Some functions are part of other libraries
(e.g., the math library, libm, or the real-time library, librt) in which case the manual page will indicate the linker option needed to
link against the required library (e.g., -lm and -lrt, respectively, for the aforementioned libraries).
In some cases, the programmer must define a feature test macro in order to obtain the declaration of a function from the header file speci-
fied in the man page SYNOPSIS section. (Where required, these feature test macros must be defined before including any header files.) In
such cases, the required macro is described in the man page. For further information on feature test macros, see feature_test_macros(7).
CONFORMING TO
Certain terms and abbreviations are used to indicate Unix variants and standards to which calls in this section conform. See standards(7).
NOTES
Authors and Copyright Conditions
Look at the header of the manual page source for the author(s) and copyright conditions. Note that these can be different from page to
page!
SEE ALSO intro(2), errno(3), feature_test_macros(7), libc(7), standards(7)COLOPHON
This page is part of release 3.27 of the Linux man-pages project. A description of the project, and information about reporting bugs, can
be found at http://www.kernel.org/doc/man-pages/.
Linux 2010-09-10 INTRO(3)
Well, someone created a flash intro for us (their first attempt at SWiSH!)
OK,
SECOND DRAFT:
https://www.unix.com/test_intro2.swf
---------------------------
FIRST DRAFT:
https://www.unix.com/test_intro1.swf
Notice it says "Search before posting a question".....
Well????... (24 Replies)
Hi,
I have a doubt in introducing a delay in the programs.
We know that we do have a sleep() function/api using which
we can bring a delay in terms of seconds.
A minimum delay can be atleast 1 second.
Now I'm bothered about how to introduce a delay that is just
less than a second. Like... (3 Replies)
Hi all,
i would like to know how to introduce a delay in the execution of a cmd?
am trying to copy a file which is about 650 mb and then perform some actions on it..
however since its huge i would like to introduce a delay in exection until the process is over
i dont want it to proceed to... (10 Replies)
Hello, I'm only taking Intro to UNIX in school right now, so please bear with me. My problem is with a sort-of recycle-bin rig I've created for fun. I'm using Ubuntu 9.04, I am the admin. (only user, actually) of this computer. I'm using this script in ~/.bashrc
# if files exist, remove contents... (6 Replies)
Hello Experts,
I am new to this forum, I would like to do the following changes in one of the column of a txt file, which is having around 9 column.
For example, column 3 is having letters like this
AB11
AB12
C
CA
CB
AC1
AC2
I would like to convert the same column as follows
... (5 Replies)
Hi All,
How to introduce delay in the Bash/Shell Script till key stroke.
Below is the requirement..
1.Execute set of commands.
2.Display the message echo "press any key to continue"
Introduce a delay till key stroke.
3.Execute next set of commands.
Thanks in Advance
Sunil.K (5 Replies)
Hello,
To learn ZFS, i try to create pool .
and for that i want create 10 files with 512MB (because i dont have multiple disks and multiple controllers)
ADMIT THAT THIS IS TEN HIGH-PERFORMANCE HARD DRIVES
To get this 10 files,all of them have the same size : 512MB,
I do these... (9 Replies)
Dear Help,
I have an input file which looks like below
002 1000 2000 3000
003 2000 3000 4000
005 1000 2000 6000
I would like to have an output which inserts the missing number in sequential sorting as shown below...
001 0 0 0
002 1000 2000 3000
003 2000 3000 4000
004 0 0 0
005 1000... (5 Replies)
I am working with a log file that I am trying to clean up by removing non-English ASCII characters. I am using Bash via Cygwin on Windows.
Before I start I set:
export LC_ALL=C
I clean it up by removing all non-English ASCII characters with the following command;
grep -v $''... (4 Replies)
https://www.unix.com/members/1-albums212-picture687.png
Hunting Anomalous Bots - An Introduction to Cyber-Objects - Live From Cyberspace
Click title image (above) for video tutorial. (5 Replies)