Skip to content

Commit

Permalink
update/content
Browse files Browse the repository at this point in the history
  • Loading branch information
ArunGovil committed Jan 23, 2023
1 parent c98f9a5 commit 64aa15b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/content.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,11 @@
"code": "git config pull.rebase true",
"technology": "git",
"tags": ["git", "rebase"]
},
{
"title": "Find large files in linux",
"code": "sudo find / -type f -size +10M -exec ls -lh {} ;",
"technology": "linux",
"tags": ["linux", "files"]
}
]

0 comments on commit 64aa15b

Please sign in to comment.