代码搜索结果
找到约 3,568 项符合
Strip 的代码
unit-conversion.sh
#!/bin/bash
# unit-conversion.sh
convert_units () # Takes as arguments the units to convert.
{
cf=$(units "$1" "$2" | sed --silent -e '1p' | awk '{print $2}')
# Strip off everything except the
rservice.c
/* generate ^@string1^@string2^@cmd^@ input to netcat, for scripting up
rsh/rexec attacks. Needs to be a prog because shells strip out nulls.
args:
locuser remuser [cmd]
remuser passwd [cmd]
strips.m
function h = strips(x,sd,Fs,scale)
%STRIPS Strip plot.
% STRIPS(X) plots vector X in horizontal strips of length 250.
% If X is a matrix, STRIPS(X) plots each column of X in horizontal
% st
fromdos.c
/* fromdos.c : strip the stupid ^M characters without mistakes! */
/* this can do in-place conversion or be used as a pipe... */
#include
#include
#include
#include
trimcpy.c
/* trimcpy.c - strip [lt]wsp and replace newlines with spaces */
#ifndef lint
static char ident[] = "@(#)$Id: trimcpy.c,v 1.3 1992/12/15 00:20:22 jromine Exp $";
#endif /* lint */
#incl
strips.m
function h = strips(x,sd,Fs,scale)
%STRIPS Strip plot.
% STRIPS(X) plots vector X in horizontal strips of length 250.
% If X is a matrix, STRIPS(X) plots each column of X in horizontal
% st
makefile
# Makefile
#
# Copyright (C) 2003 Christophe Varoqui,
#
BUILD=glibc
include ../Makefile.inc
CFLAGS += -I. -D_LARGEFILE64_SOURCE
ifeq ($(strip $(BUILD)),klibc)
OBJS = b
unit-conversion.sh
#!/bin/bash
# unit-conversion.sh
convert_units () # Takes as arguments the units to convert.
{
cf=$(units "$1" "$2" | sed --silent -e '1p' | awk '{print $2}')
# Strip off everything except the
makefile
# makefile for Free Chat beta release 2e
# By Bill Kendrick
# kendrick@zippy.sonoma.edu
# http://zippy.sonoma.edu/kendrick/
# September 29, 1996 - June 7, 1998
# Change "strip" in the line below
bash.1
.\"
.\" MAN PAGE COMMENTS to
.\"
.\" Chet Ramey
.\" Case Western Reserve University
.\" chet@po.cwru.edu
.\"
.\" Last Change: Tue Dec 28 13:41:43 EST 2010
.\"
.\" bash_builtins, strip all but Built-In