I have to do an output of 18 lines:
ls -lh ~cis140u/lab6examples |awk '{print" \t",$8, $6,-$7,"\t",$NF , $5, "\t",$10; } '
in order of DATE ARCHIVE SIZE
Is it okay?
I'm working on a code that allows to know the classification of a student through a note entered in shell linux, my problem is that I could not adjust the value to decimal places, if I use the "," the program runs but does not work good.
I at...
Hi friends, I'm a bit new to the Linux terminal, I'm using Ubuntu and seeing one of the commands in this specific
cd.
I'm seeing that you have two ways to enter a directory
asi:
cd /usr/bin
and so:
cd ./bin
What would be the benefit...
I wanted to know if there is a way to remove all the name that appears in the terminal, it uses a lot of space. I have it like this:
and I would like to see something like this.
I am creating an interactive menu in Bash where I want to be writing a text entry, at the same time read a file.txt and with that information show us options to autocomplete our input, something like the autocomplete in jquery. The question is:...
I want to send an email with an HTML table which I believe in a Shell, but when I send it, it does not generate the table, it only generates the header and the data. I leave the code of the Shell:
(
echo "To: [email protected]"
echo "Subject: M...
I have created this type of user but with it I can do everything
When doing:
what I do.
use database
db.logout() -----------> para asegurarme que no este logeado con ningun usuario
db.auth("restrictedUser", "password") -----------...