Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a23376558f8e24d3

Jump to content

Talk:split (Unix)

Page contents not supported in other languages.
Add topic
From Wikipedia, the free encyclopedia
Latest comment: 5 years ago by 73.3.132.105 in topic Folder / Directory

[Untitled]

[edit]

"output is derived from standard input." Eh? Rich Farmbrough 13:55, 29 Jan 2005 (UTC)

Problem with syntax

[edit]

Does the snippet

 cat xa[a-c] > filename

not refer to brace expansion in bash, in which case it should be

 cat xa{a..c} > filename

I won't change this since I may have overlooked something. --BiT (talk) 18:54, 2 October 2010 (UTC)Reply


RaptorX

This brings the same result for me:

cat new0{0..9} > file1 && cat new0[0-9] > file2 && diff file1 file2

so you can safely assume both are correct

The curly brackets are expanded into the strings they represent. The square brackets only expand into the existing files that match the given pattern. —Preceding unsigned comment added by 65.200.61.50 (talk) 15:16, 16 October 2010 (UTC)Reply

The square bracket syntax definitely works, removing 'factually disputed'. Graham king 3 (talk) 22:14, 30 November 2010 (UTC)Reply

File spanning

[edit]

File spanning (https://en.wikipedia.org/wiki/File_spanning) could be mentioned. — Preceding unsigned comment added by 178.128.100.221 (talk) 19:49, 2 July 2012 (UTC)Reply

Folder / Directory

[edit]

Sadly split 8.21 doesn't work with a directory as an input. It will say "split: [folder name]: Is a directory" --73.3.132.105 (talk) 22:07, 13 August 2020 (UTC)Reply