• Introduction
  • Support
  • Glossary
  • License
  • Acknowledgement
  • Git Version Control
    • Git Basics
    • Git and Atom: GitLab
    • Git and Atom: GitHub
    • Git in the Command Line
    • Git Scenarios
  • Learning Linux
    • Learning Linux Commands
    • Essential Commands
      • Script: Backup
      • Script: Seconds
    • Managing Files
      • Script: Create Files
    • File Permissions
    • Working with Processes
    • Services
    • System Configuration
    • Environment Customization
    • Communication Protocols
    • Task Manager (crontab, at)
    • Bash Scripting
    • Command Line Shortcuts
  • Using the HPC
    • Overview
      • Hardware
      • Storage
      • Software
    • Prerequisites
    • Request an Allocation
    • Access your Allocation
    • Execute a Job
      • Working with C++
      • Working with Fortran
      • Working with Python
      • Working with Makefiles
      • More Job Details
    • Managing Jobs
    • Modules
      • CVMFS Modules
    • Compilers
    • Workflows
      • Crystal Workflow
  • Xsede Resources
    • IU/TACC Atmosphere on Jetstream
    • Using Jetstream Virtual Machines
  • Data Transfer and Storage
    • Moving Data
      • Graphical Client SFTP
    • Globus Data Transfer Tool
      • Globus Endpoints
      • Globus Transfers & More
      • Globus Command Line Interface
  • Tools
    • Docker Containers
    • Singularity Containers
Powered by GitBook
On this page
  1. Learning Linux

Command Line Shortcuts

macOS

Windows

Action

CMD+A

CTRL+A

Move to the beginning of the line

CMD+E

CTRL+E

Move to the end of the line

CMD+H

CTRL+H

Erase backward

CMD+D

CTRL+D

Erase forward

CMD+F

CTRL+F

Move forward one character

CMD+B

CTRL+B

Move backward one character

OPT+F

ALT+F

Move forward one word

OPT+B

ALT+B

Move backward one word

ALT+CTRL+F

Erase forward one word

ALT+CTRL+B

Erase backward one word

CMD+P

CTRL+P

Previous command (up arrow)

CMD+N

CTRL+N

Next command (down arrow)

PreviousBash ScriptingNextOverview

Last updated 6 years ago