Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Learn Renku
Teaching on Renku
Advanced teaching automation
Commits
61660809
Commit
61660809
authored
Mar 16, 2022
by
Cyril Matthey-Doret
Browse files
fix filename in oneliners.md
parent
ff18af2b
Pipeline
#329420
passed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/oneliners.md
View file @
61660809
# Extracting group information with one liners
This document lists a few one liners to extract useful group information from the JSON output of
`collect_forks.
json
`
.
This document lists a few one liners to extract useful group information from the JSON output of
`collect_forks.
py
`
.
*
Find the number of groups
```
sh
...
...
@@ -45,4 +45,4 @@ jq '.[] | .members | map(.name) | .[]' forks.json \
|
sed
's/^ *//'
\
|
comm
-23
<
(
sort
enrolled_students.txt
)
-
"John Smith"
```
\ No newline at end of file
```
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