coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tsort: "odd input of tokens" with paired input


From: Alad Wenter
Subject: tsort: "odd input of tokens" with paired input
Date: Wed, 6 Apr 2016 05:17:01 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1

Hello,

When trying to run tsort on a moderately large paired list, I get:

tsort: -: input contains an odd number of tokens

However, both columns have the same amount of entries:

awk '{print $1}' pre_tsort.txt | wc -l
637

awk '{print $2}' pre_tsort.txt | wc -l
637

The data in question (first column is a package, the second a dependency) is available here:

https://ptpb.pw/c1Vu

What am I missing?

Cheers,

Alad



reply via email to

[Prev in Thread] Current Thread [Next in Thread]