Search Results

Search: Posts Made By: Marina2013
1,417
Posted By Marina2013
Question on stat command
hello, I wanted to know which is the output of the stat command with a file, for example if I write on the terminal:

stat ./unix.pdf

i get the output:

754974726 6915670 -rwxrwxrwx 1...
5,201
Posted By Marina2013
What happens when i write on terminal "cat /bin/ls" ?
i all, i'm trying to understand a code, i see this line

cat /bin/ls

that have a strange output...can someone explain me what is it?
755
Posted By Marina2013
Print encode without "file" command
Hi all, i need to write a script that takes as an argument the name of a file
which is known to contain Italian text (unformatted) and print to the terminal the name of encoding with which the text...
3,265
Posted By Marina2013
now it works, thank you
now it works, thank you
3,265
Posted By Marina2013
shell doesn't recognize let command
shell doesn't recognize let command
3,265
Posted By Marina2013
Create the equivalent of the command WC
hi all, i'm trying to do this exercise, i want to create a script that can substitute WC command in unix, can someone help me?
970
Posted By Marina2013
why it is necessary to change my code?
why it is necessary to change my code?
970
Posted By Marina2013
Problem with variable assign
Hi all, i'm new in shell script. i'm trying to do this:

mypid="ps | grep whileloop.sh | sed -n 1p | tr -s ' ' | cut -f2 -d' '"

i'm trying to assign the pid number to variable mypid, but it...
Showing results 1 to 8 of 8

 
All times are GMT -4. The time now is 12:50 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy