Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
ted-datasets
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Mateusz Pawlik
ted-datasets
Commits
db8be93b
Commit
db8be93b
authored
May 02, 2018
by
Thomas Huetter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dblp/README.md: added 'homepage' to the searchkey for no www entries
parent
c4240f87
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dblp/README.md
dblp/README.md
+2
-2
No files found.
dblp/README.md
View file @
db8be93b
...
...
@@ -49,11 +49,11 @@ Execute to sort the dataset by tree size.
Execute to remove the homepage entries.
```
bash
sed
'/{www{key{/d'
dblp_sorted.bracket
>
dblp_no_www_sorted.bracket
sed
'/{www{key{
homepages
/d'
dblp_sorted.bracket
>
dblp_no_www_sorted.bracket
```
or
```
bash
awk
'!/{www{key{/'
dblp_sorted.bracket
>
dblp_no_www_sorted.bracket
awk
'!/{www{key{
homepages
/'
dblp_sorted.bracket
>
dblp_no_www_sorted.bracket
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment