status.md tricks.md
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-03-25 03:34:44 +05:30
parent cc6b1bada3
commit 21548a5c57
2 changed files with 7 additions and 0 deletions

3
tricks.md Normal file
View File

@@ -0,0 +1,3 @@
# Finding files with a specific word
find /home/rakshit/work/DFS/dqclibs -name "*.c" | xargs grep -l "GTOnr3c" 2>/dev/null