代码搜索:formatting
找到约 1,526 项符合「formatting」的源代码
代码结果 1,526
www.eeworm.com/read/125279/6031626
sh cleanhtml.sh
# script to clean up HTML files
# removes formatting added by htmldoc
#
# first argument is sedscript to use
f=$1
shift
# remaining args are files to process
for i
do
sed -f $f $i > tmp
mv tmp $i
do
www.eeworm.com/read/121316/6068327
txt richtextdata.txt
[header]
1D 00 # String length 0x1b=29
09 # Option flag, rich text + 16bit
02 00
www.eeworm.com/read/101135/6238314
1 format.1
.TH FORMAT 1
.SH NAME
format \- format a PC floppy diskette
.SH SYNOPSIS
.B format
.RB [ \-v ]
.I device
.RI [ media-size
.RI [ drive-size ]]
.SH DESCRIPTION
.de SP
.if t .sp 0.4
.if n .sp
..
.B Forma
www.eeworm.com/read/101135/6238751
1 format.1
FORMAT(1) Minix Programmer's Manual FORMAT(1)
NAME
format - format a PC floppy diskette
SYNOPSIS
format [-v] device [media-size [drive-size]]
www.eeworm.com/read/101082/6245058
1 diction.1
.\" SCCSID: @(#)diction.1 8.1 9/11/90
.TH diction 1
.SH Name
diction, explain \- print wordy sentences; thesaurus for diction
.SH Syntax
.B diction
[\fB\-ml\fR] [\fB\-mm\fR] [\fB\-n\fR] [\fB\-f\fI pf
www.eeworm.com/read/101082/6246943
1 diction.1
.\" SCCSID: @(#)diction.1 8.1 9/11/90
.TH diction 1
.SH Name
diction, explain \- print wordy sentences; thesaurus for diction
.SH Syntax
.B diction
[\fB\-ml\fR] [\fB\-mm\fR] [\fB\-n\fR] [\fB\-f\fI pf
www.eeworm.com/read/482291/6622415
txt test.txt
Notepad overview Notepad is a basic text editor that you can use to create simple documents. The most common use for Notepad is to view or edit text (.txt) files, but many users find Notepad a simple
www.eeworm.com/read/263433/11363159
java dateformat.java
/*
* @(#)DateFormat.java 1.47 03/01/23
*
* Copyright 2003 Sun Microsystems, Inc. All rights reserved.
* SUN PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*/
/*
* (C) Copyright Tali
www.eeworm.com/read/339483/12230526
sh ex51.sh
#!/bin/bash
# Exercising the 'date' command
echo "The number of days since the year's beginning is `date +%j`."
# Needs a leading '+' to invoke formatting.
# %j gives day of year.
echo "The number o
www.eeworm.com/read/251554/12338043
readme19
Chapter 19 - Programming for the Internet - HTML.
simple.html - a simple html document.
format.html - a document with text formatting.
lists.html - a document with unordered, numbered and d