File: list-order.txtar

package info (click to toggle)
cliphist 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 236 kB
  • sloc: sh: 35; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
stdin in-1
exec cliphist store
stdin in-2
exec cliphist store
stdin in-3
exec cliphist store

exec cliphist list
cmp stdout out

-- in-1 --
test input 1

-- in-2 --
test input 2

-- in-3 --
test input 3

-- out --
3	test input 3
2	test input 2
1	test input 1