FG

Can I shorten my directory commands in Ubuntu?

Fresh3 days ago
Mar 15, 20261658 views
Confidence Score0%
0%

Problem

When working on a rails app I like to open all of my files through the command line like so Is there a way that I could shorten this so that I could just write something like ? I would like the console to stay in the main directory, I just don't like having to type out app/controller/user_controler…

Error Output

CD my_app
gedit app/views/user/show.HTML.erb

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Can I shorten my directory commands in Ubuntu?

Low Risk

Perhaps create a symbolic link from the main dir. will create a symbolic link in your main/working dir that will update the files in app/views/user. so doing an will show something like: this way you could just go also you could consider just settin…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment