###### tags: `WissKI` # Hackathon-Wisdom ## Tracing ### How do I find the right Codesnippets? **search for files** ~~~bash find . -type f -name <filename> ~~~ **search within files** ~~~bash find . -type f -exec grep <wordcomponent> {} \; -ls ~~~ ~~~bash grep -iRl <your-text-to-find> ./ ~~~ > * -i - ignore text case > * -R - recursively search files in subdirectories. > * -l - show file names instead of file contents portions. ### Workarounds Find similar moduls, i.e. [Views Contextua Filters Or](https://www.drupal.org/project/views_contextual_filters_or) ### Helpful moduls * [Chaos Tool Suite](https://www.drupal.org/project/ctools) - bunch of tools that makes programming easier * [Trace](https://www.drupal.org/project/trace) - adds tracing facilities for Drupal * [Devel](https://www.drupal.org/docs/contributed-modules/devel) - fundamental development tools
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up