SlideShare a Scribd company logo
xsvutils overview
cut
id title url
$ xsvutils FILENAME cut id,url
id url
offset, limit
id title url
$ xsvutils FILENAME offset 3 limit 2
id title url
offset 2
limit 3
where
foo
bar
baz
qux
id title url
$ xsvutils FILENAME where title!=’’
bar
baz
id title url
foo
qux
uriparams
q=a&fmt=xml
id title url
$ xsvutils FILENAME uriparams uri q,fmt
id title url
q=a&fmt=xml
q
a
fmt
xml
sort
id title url
$ xsvutils FILENAME sort url
id title url
sort by url
paste
id title url
$ xsvutils FILENAME1 paste FILENAME2
id title url
FILENAME1 FILENAME2
merge two files
join --inner
1
2
6
8
9
id title
$ xsvutils FILENAME1 join --inner FILENAME2
6
8
id title url
2
FILENAME1
merge two files
2
5
6
8
id url
FILENAME2
join --left-outer
1
2
6
8
9
id title
$ xsvutils FILENAME1 join --left-outer FILENAME2
6
8
id title url
1
2
9
FILENAME1
merge two files
2
5
6
8
id url
FILENAME2
join --right-outer
1
2
6
8
9
id title
$ xsvutils FILENAME1 join --right-outer FILENAME2
5
6
8
id title url
2
FILENAME1
merge two files
2
5
6
8
id url
FILENAME2
join --full-outer
1
2
6
8
9
id title
$ xsvutils FILENAME1 join --full-outer FILENAME2
5
6
8
id title url
1
2
9
FILENAME1
merge two files
2
5
6
8
id url
FILENAME2
union
id title
$ xsvutils FILENAME1 union FILENAME2
id title url
FILENAME1
merge two files
vertically
id url
FILENAME2
combination of subcommands
1
2
6
8
9
id title
$ xsvutils FILENAME1 join --left-outer FILENAME2 cut id,url
6
8
id url
1
2
9
FILENAME1
2
5
6
8
id url
FILENAME2

More Related Content

PPTX
Basics of Unix Adminisration
PDF
Unix Programming Lab
PDF
OVO Rename Manager
PPT
PHP file
PDF
2Bytesprog2 course_2014_c1_sets
PDF
2024 Trend Updates: What Really Works In SEO & Content Marketing
PDF
Storytelling For The Web: Integrate Storytelling in your Design Process
Basics of Unix Adminisration
Unix Programming Lab
OVO Rename Manager
PHP file
2Bytesprog2 course_2014_c1_sets
2024 Trend Updates: What Really Works In SEO & Content Marketing
Storytelling For The Web: Integrate Storytelling in your Design Process

Recently uploaded (20)

PPTX
oil_refinery_comprehensive_20250804084928 (1).pptx
PPT
Reliability_Chapter_ presentation 1221.5784
PPTX
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
PPTX
Qualitative Qantitative and Mixed Methods.pptx
PDF
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
PPTX
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
PPTX
Introduction-to-Cloud-ComputingFinal.pptx
PDF
Introduction to Data Science and Data Analysis
PDF
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
PDF
Lecture1 pattern recognition............
PPTX
SAP 2 completion done . PRESENTATION.pptx
PPTX
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
PDF
Introduction to the R Programming Language
PPT
Predictive modeling basics in data cleaning process
PDF
Galatica Smart Energy Infrastructure Startup Pitch Deck
PPTX
Managing Community Partner Relationships
PPTX
Data_Analytics_and_PowerBI_Presentation.pptx
PDF
Optimise Shopper Experiences with a Strong Data Estate.pdf
PPTX
modul_python (1).pptx for professional and student
PPTX
climate analysis of Dhaka ,Banglades.pptx
oil_refinery_comprehensive_20250804084928 (1).pptx
Reliability_Chapter_ presentation 1221.5784
mbdjdhjjodule 5-1 rhfhhfjtjjhafbrhfnfbbfnb
Qualitative Qantitative and Mixed Methods.pptx
Capcut Pro Crack For PC Latest Version {Fully Unlocked 2025}
01_intro xxxxxxxxxxfffffffffffaaaaaaaaaaafg
Introduction-to-Cloud-ComputingFinal.pptx
Introduction to Data Science and Data Analysis
22.Patil - Early prediction of Alzheimer’s disease using convolutional neural...
Lecture1 pattern recognition............
SAP 2 completion done . PRESENTATION.pptx
Introduction to Firewall Analytics - Interfirewall and Transfirewall.pptx
Introduction to the R Programming Language
Predictive modeling basics in data cleaning process
Galatica Smart Energy Infrastructure Startup Pitch Deck
Managing Community Partner Relationships
Data_Analytics_and_PowerBI_Presentation.pptx
Optimise Shopper Experiences with a Strong Data Estate.pdf
modul_python (1).pptx for professional and student
climate analysis of Dhaka ,Banglades.pptx
Ad
Ad

xsvutils overview