Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

less command

less <filename> # Prints interactively content of a file
# "q" -> Exit interactive mode!!
# "up" and "down" keywords -> to navigate
# "space" and "b" -> jump between pages.
# "G" or "p" -> jumps to page start
# "g" -> jumps to page end
# "/" + searched_word -> search next word match in file
# "?" + searched_word -> search last word match in file
# "n" -> Repeat previous search.
# "N" -> Repeat previous search in reverse direction.
# "Ng" -> Jump to N-th line in file.
# "p" -> Jumps to start of
# "Np" -> Jumps to N percent into file.
# "h" -> Display help.
Comment

PREVIOUS NEXT
Code Example
Shell :: aws eks update-kubeconfig 
Shell :: ubuntu disk free space 
Shell :: git get clean remote branch 
Shell :: pm2 start yarn start 
Shell :: git untracked content 
Shell :: install netcdf4 
Shell :: install nodejs with pacman 
Shell :: scp send file 
Shell :: docker active log 
Shell :: ubuntu grub repair 
Shell :: npm install firebase-admin 
Shell :: ubuntu shell touch multiple files 
Shell :: how to run explorer in wsl 
Shell :: delete aws configure in mac cli 
Shell :: how to uncommit last commit in git 
Shell :: git how to make shallow clone with all branches 
Shell :: best audio visualiser for linux 
Shell :: snap-update-ns failed with code 1 
Shell :: how to check tls version 
Shell :: mac check command line tools version 
Shell :: unzip command in linux 
Shell :: zsh: command not found: protoc mac 
Shell :: git move changes to new branch 
Shell :: where is docker images stored windows wsl2 
Shell :: string to array bash 
Shell :: bash new folder 
Shell :: install alacritty ubuntu 
Shell :: delete ppa repository ubuntu 
Shell :: shell method 
Shell :: error failed to commit transaction (failed to retrieve some files) 
ADD CONTENT
Topic
Content
Source link
Name
3+8 =