Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled
4 lines
124 B
Markdown
4 lines
124 B
Markdown
# Finding files with a specific word
|
|
|
|
find /home/rakshit/work/DFS/dqclibs -name "*.c" | xargs grep -l "GTOnr3c" 2>/dev/null
|