Article 55H1V backticks not working anymore

backticks not working anymore

by
lostinxlation
from LinuxQuestions.org on (#55H1V)
hi
I have been using `command` (with backticks) heavily for many years, but I recently discovered it didn't work anymore.

the following worked before, but not anymore on tcsh.
> grep abc `find . -name "*" -type f -print`

Q&As on some websites say `command` and $(command) are same, and I tried grep abc $(find . -name "*" -print), but it didn't work either.

What's the alternative of `command` on tcsh ?latest?d=yIl2AUoC8zA latest?i=m8--SL9Bwlg:maYzrPlC_mI:F7zBnMy latest?i=m8--SL9Bwlg:maYzrPlC_mI:V_sGLiP latest?d=qj6IDK7rITs latest?i=m8--SL9Bwlg:maYzrPlC_mI:gIN9vFwm8--SL9Bwlg
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments