SPENT(1) General Commands Manual SPENT(1)NAME
spent - print SGML entity on the standard output
SYNOPSIS
spent [ -rv ] [ -bbctf ] sysid...
DESCRIPTION
This manual page may be out of date. Consult the HTML documentation for the most up-to-date information concerning this program.
Spent (SGML print entity) prints the concatenation of the entities with system identifiers sysid... on the standard output. The format of
the system identifiers is described in nsgmls(1).
The following options are available:
-bbctf Use the BCTF with name bctf for output. Available BCTFs are described in nsgmls(1).
-r Don't perform any conversion on RSs and REs when printing the entity. The entity would typically have the storage manager attribute
records=asis.
-v Print the version number.
AUTHOR
James Clark (jjc@jclark.com).
SEE ALSO nsgmls(1)SPENT(1)
Check Out this Related Man Page
OSPENT(1) Reference OSPENT(1)NAME
ospent - Concatenates entities in an SGML/XML document
SYNOPSIS
ospent [-ChnrRv] [-bbctf] [-csysid] [-ffile] [-Ddirectory] [sysid...]
DESCRIPTION
ospent (OpenSP print entity) prints the concatenation of the entities with system identifiers
on the standard output.
The following options are available:
-bbctf, --bctf=bctf
Use the BCTF with name bctf for output.
-csysid, --catalog=sysid
Map public identifiers and entity names to system identifiers using the catalog entry file whose system identifier is sysid.
-C, --catalogs
This has the same effect as in onsgmls(1).
-Ddirectory, --directory=directory
Search directory for files specified in system identifiers. This has the same effect as in onsgmls(1).
-ffile, --error-file=file
Redirect error messages to file.
-h, --help
Display a help text and exit.
-n, --non-sgml
The entity is a non-SGML data entity. This option forces the octets in the storage objects comprising the entity to be copied exactly
without any of the conversions that are done for text entities. Implies -r.
-r, --raw
Raw output. Don't perform any conversion on RSs and REs when printing the entity. The entity would typically have the storage manager
attribute records=asis.
-R, --restricted
This has the same effect as in onsgmls(1).
-v, --version
Print the version number.
SEE ALSO onsgmls(1), ospam(1), osgmlnorm(1), osx(1)AUTHORS
James Clark
Author.
Ian Castle <ian.castle@openjade.org>
Author.
COPYRIGHT OpenJade November 2002 OSPENT(1)
Hi i just whant to update an password entry in /etc/shadow.
But dosen't get it to work. Something is wrong! in this code.
What i try do do is if user kalle exist in shadow.
I whant it to update it's password for just that entry.
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>... (2 Replies)
Before I begin with the question, I just want to point out that I just started learning unix in the middle of last week, so my code (and knowledge of how unix operates) is weak sauce. I took my best stab at this question but it's just not working.
Assignment:
Create a script named... (1 Reply)