Skip to content

Commit 054feeb

Browse files
Remove xmlstarlet mention
1 parent 190c7b8 commit 054feeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/2e/05.Rmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Most command-line tools only work with one or two formats, so it's important tha
2727
Once the data is in the desired format, there could still be issues like missing values, inconsistencies, weird characters, or unnecessary parts.
2828
You can fix these by applying filters, replacing values, and combining multiple files.
2929
The command line is especially well-suited for these kind of transformations, because there are many specialized tools available, most of which can handle large amounts of data.
30-
In this chapter I’ll discuss classic tools such as `grep` [@grep] and `awk` [@awk], and newer tools such as `jq` [@jq] and `xmlstarlet` [@xmlstarlet].
30+
In this chapter I’ll discuss classic tools such as `grep` [@grep] and `awk` [@awk], and newer tools such as `jq` [@jq] and `pup` [@pup].
3131

3232
Sometimes you can use the same command-line tool to perform several operations or multiple tools to perform the same operation.
3333
This chapter is more structured like a cookbook, where the focus is on the problems or recipes, rather than diving deeply into the command-line tools themselves.

0 commit comments

Comments
 (0)