Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

wml::all(3) [debian man page]

wml::all(3)							     EN Tools							       wml::all(3)

NAME
wml::all - WML Include Files Of All Categories SYNOPSIS
#use wml::all DESCRIPTION
This includes all existing standard WML include files of all categories. Use it only when you are a really lazy webmaster which just wants all features WML can provide ;-) It is always better to include one of the "wml::xxx::all" include files. The following categories currently exists: Standard (std) Here you can find all standard tagsets which everybody usually uses all the time. Webdesign (des) These are tagsets which help webdesigners of the 3rd generation fighting against the puristic plain HTML. Use with care. Formatting (fmt) Here you can find formatting environments, i.e. usually container tags which do special formatting. Import (imp) Here you can find import tags, i.e. usually tags which import external data and converts them to HTML. Support (sup) Some support stuff which is used in other include files. System (sys) All system related stuff. User (usr) The user specific include files. Should be extended by the webmaster for his users. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1 External: -- SEE ALSO
wml::des::all(3), wml::fmt::all(3), wml::imp::all(3), wml::std::all(3), wml::sup::all(3), wml::sys::all(3), wml::usr::all(3). EN Tools 2014-04-16 wml::all(3)

Check Out this Related Man Page

wml::fmt::xtable(3)						     EN Tools						       wml::fmt::xtable(3)

NAME
wml::fmt::xtable - HTML tables through Advanced Syntax SYNOPSIS
#use wml::fmt::xtable <xtable table-options> initial text (e.g. <caption> ... </caption>). (X, Y) options for cell (X, Y) text for cell (X,Y)... ((X,Y)) options for header cell X,Y text for header cell (X,Y)... </xtable> DESCRIPTION
This is just a WML wrapper for interfacing the freetable(1) utility which converts its advanced table syntax to plain HTML table markup code. See freetable(1) for more details. CAVEATS
An error is reported if "xtable" body contains ePerl code, so the special variable "IPP_NOSYNCLINES" has to be written onto "#include" lines (see wml_p1_ipp(1)), and macros expanded by "mp4h"(1) must not print ePerl code. AUTHOR
Ralf S. Engelschall rse@engelschall.com www.engelschall.com REQUIRES
Internal: P1, P2, P3, freetable (PATH) External: -- SEE ALSO
freetable(1), HTML "<table>" tag. EN Tools 2014-04-16 wml::fmt::xtable(3)
Man Page

11 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Help in while and sed command

Hi, Following is my code : i=3 j=3 while do i=`expr $i + 3` head -n 60 file1.imp >> s27.txt while do head -n 3 file2.imp >> s27.imp ./prog1 s27.txt > result.txt if grep OUT result.txt then head -n 3 file1.imp >> final.imp ... (1 Reply)
Discussion started by: guest6
1 Replies

2. Shell Programming and Scripting

Formatting digits

I want to check the argument in KSH. If the user type in the prompt 'find 3' it will format 3 to 003 to match the data in the text file. Same as with 10 to 010. Always begins with 0. eg. >find 3 Output: 003 >find 30 Output: 030 (7 Replies)
Discussion started by: harry0013
7 Replies

3. Shell Programming and Scripting

sh with Oracle utilities fails

I log into HPUX as oracle user. I use sh shell. Oracle utilities imp ,exp sqlplus has rwxr-x--x privilege From $ prompt If i type imp it works fine. But the following fails $sh imp Gives :-- /usr/bin/sh imp: execute permission denied. If I do the following it works (2 Replies)
Discussion started by: simonsimon
2 Replies

4. UNIX for Dummies Questions & Answers

find files

hello, I have a problem.. i want to find all the files that have been modified during the day (my files, not those of other users).. can you help me? thank you..! (3 Replies)
Discussion started by: laftatzis
3 Replies

5. UNIX for Dummies Questions & Answers

Filtering similar lines in a big list

I received this question for homework: We have to write our program into a .sh file, with "#!/bin/bash" as the first line. And we have the list of access logs in a file, looking like this (it's nearly 10,000 lines long): 65.214.44.112 - - "GET /~user0/cgg/msg08400.html HTTP/1.0" 304 -... (1 Reply)
Discussion started by: Andrew9191
1 Replies

6. UNIX for Dummies Questions & Answers

How to find untagged audio files?

I've quite a collection audio files, mostly flac. In Rythmbox there are a files with no tags filled or filled with describing names as Track 01. I can look for properties to see which file it is and tag it with Easytag. But that quite time consuming. Is there a command line or a simple set of... (35 Replies)
Discussion started by: MrZehl
35 Replies

7. UNIX for Dummies Questions & Answers

LPI practice work

Hello everyone! Im Andrew and i'm studying for LPI 1, 2 Does anybody knows where can i find good and actual stuff for practice? if it is posible for free :-\ maybe testking or stuff like that. I want to take the first examn but im not sure if i have to study so much more. It is true... (4 Replies)
Discussion started by: andriusman
4 Replies

8. Shell Programming and Scripting

Using find in a directory containing large number of files

Hi All, I have searched this forum for related posts but could not find one that fits mine. I have a shell script which removes all the XML tags including the text inside the tags from some 4 million XML files. The shell script looks like this (MODIFIED): find . "*.xml" -print | while read... (6 Replies)
Discussion started by: shoaibjameel123
6 Replies

9. Shell Programming and Scripting

A simple variable subst is not working

Hi what i want: listing files in a special range ls -lrt 20120601{05..06}* ... -rw-rw-r-- 1 imp imp 279 1. Jun 07:51 201206010550 -rw-rw-r-- 1 imp imp 279 1. Jun 07:01 201206010600 -rw-rw-r-- 1 imp imp 279 1. Jun 07:11 201206010610 -rw-rw-r-- 1 imp imp 279 1. Jun 07:21... (1 Reply)
Discussion started by: IMPe
1 Replies

10. Shell Programming and Scripting

Help with shell script

I/P file has data as follows: Y REQUIRES Z A REQUIRES B C REQUIRES D REQUIRES E REQUIRES F G REQUIRES H I REQUIRES J EXACT OUTPUT FILE REQUIRED: Y REQUIRES Z A REQUIRES B C REQUIRES D C REQUIRES E (2 Replies)
Discussion started by: nightfox
2 Replies

11. HP-UX

Files consuming more space in HP-UX

Hi, Could you please provide OS command to find large files in size MB and GB... under specific directory in HP-UX? Regards, Maddy (4 Replies)
Discussion started by: Maddy123
4 Replies