This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
title: "This is the title", | |
person: { | |
name: "Walter", | |
gender: "Male" | |
} | |
items: [ | |
{id: 5, name: "Jupiter"}, | |
{id: 7, name: "Saturn"}, | |
{id: 9, name: "Mars"} |
I've been using xargs
for years without truly understanding what it did. I assumed it repeated the same command on each file but instead it runs the command passing all the files as arguments.
To run a command on multiple files - 1 file at a time - do this:
for file in $DIRECTORY/*; do ${YOUR_COMMAND_HERE} ${file}; done
For example: to revert local changes in a git-managed directory:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(exports) { | |
var bands = [ | |
{ | |
name: "The Beatles", | |
members: [ | |
{ | |
name: "George Harrison", | |
instrument: "Lead Guitar", | |
bio: "Blah blah blah", | |
songs: ["While my guitar gently weeps", "Here comes the sun"] |
- Defending Drill 1v1 drill (no ball required) https://www.youtube.com/watch?v=d3yc7Sgl7X0
- Defensive Shape Drill (we'll do 3 v 3 instead) https://www.youtube.com/watch?v=0yGqO8yBaF4
- Running with the Ball https://www.youtube.com/watch?v=PK2KFYqDpEU
- Heaven & Hell
- Match
- Warm-up.
- https://www.youtube.com/watch?v=fMB3UP3JhnU 2v1 mini-game, passing and defending.
- Match.
- Bib warm-up.
- Triangle Drill (10 mins) https://www.youtube.com/watch?v=9NUeJg9r_WI&feature=youtu.be 2 touches Move the ball with the 1st touch, play it through a different window with the 2nd touch
- Number Pass Drill. https://www.youtube.com/watch?v=p5oU9P5t68c
- Heaven & Hell (if we have time)
- Match!
- Sean Higgins
- Adam Ahern
- Brendan Sheehan
- Caleb Bourke
- Rian McCormack
- Jack Murphy
- Cian Murphy
- Ian Elliot
- Sam Metcalfe
- Conor Lee
- Warm-up
- Jumping Jacks x 10
- Seals x 10 (clap in front)
- High Knees
- Lunges
- Side-shuffle
- Soldier Kicks
- Sprints
- Shooting game https://www.youtube.com/watch?v=5pyUiEVrZh8
- Warmup
- Jumping Jacks x 10
- Seals x 10 (clap in front)
- High Knees
- Lunges
- Side-shuffle
- Soldier Kicks
- Sprints
- Clear the goal game https://www.youtube.com/watch?v=-FHm-rz0dr0 2 teams, aim is for each team to score as many goals as possible in 2 minutes.
NewerOlder