174591/how-to-edit-a-text-file-in-my-terminal
I'm using Linux mint and using the vi command to create text files, now that I created a text file and saved it. How do I get back into to edit the text file again?
vi helloWorld.txt
What's the easiest way to create a ...READ MORE
Hi@akhtar, If you prefer using the command line, ...READ MORE
Hi@akhtar, You can extract text from a file. ...READ MORE
How do I print coloured characters to ...READ MORE
You can use this: stat -c "%a %n" ...READ MORE
To create a symbolic link, you can ...READ MORE
#!/bin/bash for i in `cat peptides.txt` do echo $i done READ MORE
You can use 2> to redirect it: foo ...READ MORE
You can install a .deb file with ...READ MORE
try to use tee: tee newfile <<EOF line 1 line 2 line ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.