Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Paste
P398
Annex renaming script
Active
Public
Actions
Authored by
haltode
on May 12 2019, 4:12 AM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Award Token
Flag For Later
Tags
None
Subscribers
None
#!/bin/bash
for
dataset in dir_to_dir dir_to_file dir_to_rev origin_to_snapshot
\
release_to_obj rev_to_dir rev_to_rev snapshot_to_obj
;
do
mv
$dataset
.csv.gz
$dataset
.edges.csv.gz
mv
$dataset
.nodes.gz
$dataset
.nodes.csv.gz
mv
$dataset
.csv.count
$dataset
.edges.count
done
Event Timeline
haltode
created this paste.
May 12 2019, 4:12 AM
2019-05-12 04:12:55 (UTC+2)
haltode
created this object in space
S1 Public
.
Log In to Comment