function old new delta paste_main - 493 +493 packed_usage 31019 31070 +51 applet_names 2569 2575 +6 applet_main 1484 1488 +4 ------------------------------------------------------------------------------ (add/remove: 2/0 grow/shrink: 3/0 up/down: 554/0) Total: 554 bytes Signed-off-by: Maxime Coste <mawww@kakoune.org> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
		
			
				
	
	
		
			20 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			166 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
cat > foo <<EOF
 | 
						|
foo1
 | 
						|
foo2
 | 
						|
foo3
 | 
						|
EOF
 | 
						|
 | 
						|
cat > bar <<EOF
 | 
						|
bar1
 | 
						|
bar2
 | 
						|
bar3
 | 
						|
EOF
 | 
						|
 | 
						|
cat > baz <<EOF
 | 
						|
foo1	foo2	foo3
 | 
						|
bar1	bar2	bar3
 | 
						|
EOF
 | 
						|
 | 
						|
busybox paste -s foo bar > qux
 | 
						|
cmp baz qux
 |