Skip to main content
added 1 character in body
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157

I'm a Linux user and what I do is as follows.

I have a folder named cheatsheets, and under that I have folders for topics like bash, java, css, html, sql, etc.

I save each code snippet or cheatsheetcheat sheet in it's own text file with a pertinent name.

Then I made a script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code that I've used before and that I need to use again.

I'm a Linux user and what I do is as follows.

I have a folder named cheatsheets, and under that I have folders for topics like bash, java, css, html, sql, etc.

I save each code snippet or cheatsheet in it's own text file with a pertinent name.

Then I made a script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code that I've used before and that I need to use again.

I'm a Linux user and what I do is as follows.

I have a folder named cheatsheets, and under that I have folders for topics like bash, java, css, html, sql, etc.

I save each code snippet or cheat sheet in it's own text file with a pertinent name.

Then I made a script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code that I've used before and that I need to use again.

added 33 characters in body
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157

I'm a Linux user and what I do is thisas follows.

I have a folder named cheatsheets, and under that I have folders for topics like bash, java, css, html, sql, etc.

I save oneeach code snippet or cheatsheet in ait's own text file with a pertinent name.

TheThen I made ana script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code similar to whatthat I've used before and that I am looking forneed to use again.

I'm a Linux user and what I do is this.

I have a folder named cheatsheets and under that I have folders for topics like bash, java, css, html, sql, etc.

I save one code snippet or cheatsheet in a text file with a pertinent name.

The I made an script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code similar to what I am looking for.

I'm a Linux user and what I do is as follows.

I have a folder named cheatsheets, and under that I have folders for topics like bash, java, css, html, sql, etc.

I save each code snippet or cheatsheet in it's own text file with a pertinent name.

Then I made a script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code that I've used before and that I need to use again.

edited body
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157

I'm a Linux user and what I do is this.

I have a folder named cheatsheets and under that I have folders for topics like bash, java, css, html, sql, etc.

I save one code snippet or cheatsheet in a text file with a pertinent name.

The I made an script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my projetcproject folders to find code similar to what I am looking for.

I'm a Linux user and what I do is this.

I have a folder named cheatsheets and under that I have folders for topics like bash, java, css, html, sql, etc.

I save one code snippet or cheatsheet in a text file with a pertinent name.

The I made an script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my projetc folders to find code similar to what I am looking for.

I'm a Linux user and what I do is this.

I have a folder named cheatsheets and under that I have folders for topics like bash, java, css, html, sql, etc.

I save one code snippet or cheatsheet in a text file with a pertinent name.

The I made an script based on the locate comand that helps me find the cheatsheet I need.

Besides that I just do grep -iIR into my project folders to find code similar to what I am looking for.

added 15 characters in body
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157
Loading
Source Link
Tulains Córdova
  • 39.6k
  • 13
  • 102
  • 157
Loading