Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

serdi(1) [debian man page]

SERDI(1)						      General Commands Manual							  SERDI(1)

NAME
serdi - Read and write RDF syntax SYNOPSIS
serdi [OPTION]... INPUT BASE_URI OPTIONS
-b Fast bulk output for large serialisations. -c PREFIX Chop PREFIX from matching blank node IDs. -f Keep full URIs in input (don't qualify). -h Print the command line options. -i SYNTAX Read input in SYNTAX (`turtle' or `ntriples'). -o SYNTAX Write output in SYNTAX (`turtle' or `ntriples'). -p PREFIX Add PREFIX to blank node IDs. -r ROOT_URI Keep relative URIs within ROOT_URI. -s INPUT Parse INPUT as a string (terminates options). -v Display version information and exit. AUTHOR
Serdi was written by David Robillard <d@drobilla.net> COPYRIGHT
Copyright (C) 2011-2012 David Robillard. License: <http://www.opensource.org/licenses/isc> This is free software; you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
<http://drobilla.net/software/serd> 17 Jan 2012 SERDI(1)

Check Out this Related Man Page

SPLIT(1)							   User Commands							  SPLIT(1)

NAME
split - split a file into pieces SYNOPSIS
split [OPTION]... [INPUT [PREFIX]] DESCRIPTION
Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default size is 1000 lines, and default PREFIX is `x'. With no INPUT, or when INPUT is -, read standard input. Mandatory arguments to long options are mandatory for short options too. -a, --suffix-length=N use suffixes of length N (default 2) -b, --bytes=SIZE put SIZE bytes per output file -C, --line-bytes=SIZE put at most SIZE bytes of lines per output file -d, --numeric-suffixes use numeric suffixes instead of alphabetic -l, --lines=NUMBER put NUMBER lines per output file --verbose print a diagnostic just before each output file is opened --help display this help and exit --version output version information and exit SIZE may have a multiplier suffix: b 512, kB 1000, K 1024, MB 1000*1000, M 1024*1024, GB 1000*1000*1000, G 1024*1024*1024, and so on for T, P, E, Z, Y. AUTHOR
Written by Torbjorn Granlund and Richard M. Stallman. REPORTING BUGS
Report split bugs to bug-coreutils@gnu.org GNU coreutils home page: <http://www.gnu.org/software/coreutils/> General help using GNU software: <http://www.gnu.org/gethelp/> COPYRIGHT
Copyright (C) 2009 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. SEE ALSO
The full documentation for split is maintained as a Texinfo manual. If the info and split programs are properly installed at your site, the command info coreutils 'split invocation' should give you access to the complete manual. GNU coreutils 7.1 July 2010 SPLIT(1)
Man Page

3 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

userdir

In the apache documentation, they say to enable UserDir for all users except a specific list, write this: UserDir Enabled UserDir Disabled user1 user2 user3 But configtest gives me: "Syntax error on line 533 of httpd.conf: UserDir "enable" keyword requires a list of usernames." When I... (1 Reply)
Discussion started by: Synbios
1 Replies

2. BSD

Problem userdir ~username on apache

i have problem user cannot add or edit file on their directory i mean /home/user/public_html i have httpd.conf like this : ................ # UserDir Include etc/apache22/extra/httpd-userdir.conf and httpd-userdir.conf ................ # UserDir public_html UserDir disabled... (2 Replies)
Discussion started by: moslemovic
2 Replies

3. UNIX for Advanced & Expert Users

Apache mod_userdir does not work

I am trying to access my web site like http://www.mywebsite.com/~someuser My plateform is Ubuntu lucid 10.04 and I am using Apache 2.2.14 I tried to enable mod_userdir by sudo a2enmod userdir sudo /etc/init.d/apache2 restart I then modify <IfModule mod_userdir.c> UserDir... (2 Replies)
Discussion started by: hassan1
2 Replies