- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Find any past command in Bash #coding #programming #developerproductivity
Reverse search with Ctrl+R can be awkward with a screen reader, because the matching command changes in place as you type. Here is the approach I use instead.
Pipe your shell history through grep to get a clean, readable list of past commands that match a keyword:
history | grep firebase
Each result comes back with its history number. To run one again, use the bang operator with that number:
!86
That re-runs command number 86 without retyping it. It reads cleanly line by line and works in any Bash session.
More keyboard first and screen reader friendly developer tips at codingblindtech.com.
#bash #accessibility #screenreader
Видео Find any past command in Bash #coding #programming #developerproductivity канала Coding Blind Tech
Pipe your shell history through grep to get a clean, readable list of past commands that match a keyword:
history | grep firebase
Each result comes back with its history number. To run one again, use the bang operator with that number:
!86
That re-runs command number 86 without retyping it. It reads cleanly line by line and works in any Bash session.
More keyboard first and screen reader friendly developer tips at codingblindtech.com.
#bash #accessibility #screenreader
Видео Find any past command in Bash #coding #programming #developerproductivity канала Coding Blind Tech
Комментарии отсутствуют
Информация о видео
Вчера, 2:29:41
00:00:41
Другие видео канала




















