⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 isprefix.test

📁 rsync的核心代码库。主要作用是比较二进制文件
💻 TEST
字号:
#! /bin/sh -pe# librsync test case.# Copyright (C) 2000 by Martin Pool# Test the map_ptr input routines, by extracting chunks of a file# using a known-good Python implementation, and also by passing the# same parameters to the hsmapread driver.# $Id: isprefix.test,v 1.1 2002/01/25 21:08:26 bje Exp $run_test isprefix.driver foo foobarrun_test isprefix.driver '' foobarrun_test isprefix.driver foobar foobarrun_test isprefix.driver f frun_test isprefix.driver '' ''run_test isprefix.driver f foobarrun_test isprefix.driver ! foobar foorun_test isprefix.driver ! goo foorun_test isprefix.driver ! foo ''run_test isprefix.driver ! f g

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -