Tagged articles
5 articles
Page 1 of 1
Liangxu Linux
Liangxu Linux
Jul 4, 2023 · Fundamentals

Master Linux History Expansion: 8 Powerful ‘!’ Command Tricks

This guide explains eight practical uses of the ‘!’ operator in Linux shells, covering how to rerun commands by number, reference previous arguments, handle multiple parameters, search by keyword, repeat the last command, and perform conditional deletions and directory checks.

LinuxShellbang operator
0 likes · 10 min read
Master Linux History Expansion: 8 Powerful ‘!’ Command Tricks
Laravel Tech Community
Laravel Tech Community
Apr 11, 2021 · Backend Development

How to Use PHP’s readline_write_history to Save Command History

This guide explains the PHP function readline_write_history, showing how it writes command-line history to a file, detailing the required filename parameter and the boolean return values indicating success or failure, enabling developers to persist interactive shell sessions programmatically.

BackendPHPcommand history
0 likes · 1 min read
How to Use PHP’s readline_write_history to Save Command History
php Courses
php Courses
Mar 5, 2021 · Operations

Managing Linux Command History: View, Search, Modify, and Clear

This article explains how to use the Linux history command to view past commands, search with Ctrl +r, repeat previous entries, adjust the number of stored records, and clear the history, providing practical examples and configuration tips for effective shell management.

BashLinuxShell
0 likes · 5 min read
Managing Linux Command History: View, Search, Modify, and Clear