workflow - Any advice for working (almost) entirely in Terminal, or command line? -
i'm front-end developer working way towards back-end. i've been learning ror , have become quite comfortable performing simple command line tasks in terminal (osx), i'm looking expand knowledge.
i know it's possible answer emails, use ftp, open folders, create directories, , in command line. i'm trying simplify workflow , i'd learn how these things in terminal. there resources or starter guides this, or should learn each task 1 @ time?
i've tried google ninja skills , have been unsuccessful. terms terminal, streamlining, , workflow tend bring bunch of irrelevant results.
- learn basics bash. using pipes, stdin, stdout, etc
- learn commonly used commands , applications. mkdir, cp, cd, chown, chmod, git
- learn write bash scripts can optimize workflow. example setting development envirnoments, backing data, tar:ing , archiving it.
i found writing utility scripts helped me lot understand how things work. learning how permission , user system works lot in beginning. when have grasped basic concepts , possible find productivity rise lot. have way deploy sites , code , accept web hosts has ssh access can run utility scripts , benefit power of shell.
Comments
Post a Comment