#

shell

Command-line interpreter interface for interacting with the operating system

ProgrammingCheck if a String Contains a Substring in Bash - Quick Guide

Fast, idiomatic ways to check if a string contains a substring in Bash. Use [[ *substring* ]], case, or =~ for regex. Also covers quoting and portability.

1 answer 6 views
OSFind Files Containing Text on Linux with grep & find

Efficiently find files containing specific text on Linux with grep, find, and xargs. Tips for system-wide searches, handling binaries and filenames with spaces.

1 answer 5 views
DevOpsDocker Compose Interactive Shell: Keep Container Running

Learn how to keep Docker containers running with interactive shells using tty, stdin_open, and long-running commands. Solutions for docker compose exec and entrypoint configuration.

1 answer 1 view