Search Results

Search: Posts Made By: boris
2,916
Posted By boris
Writing Bash script
Could anyone help me to Write a script in BASH Shell to determine the percentage of system disk space you are using.
1,522
Posted By boris
Inserting 1st arg into middle
I wrote a script like
#!/bin/bash
echo $1 > temp
cat $2 >> temp
mv temp $2

now I have problem appending the above script(only using bash shell) so that it now inserts the first argument into...
3,579
Posted By boris
when I insert this command and run the sript it...
when I insert this command and run the sript it give a message stating Syntax error.....is there any other command like head or tail command
3,579
Posted By boris
I wrote a script like #!/bin/bash echo $1 >...
I wrote a script like
#!/bin/bash
echo $1 > temp
cat $2 >> temp
mv temp $2

now I have problem appending the above script(only using bash shell) so that it now inserts the first argument into...
1,811
Posted By boris
Got stuck so plz help
I'm having problem writing a shell script using bash that takes a file as an argument. The script should be able to determine what permissions the owner, group and everybody has for the file passed...
1,354
Posted By boris
Is it Possible
IS it possible to write a script to determine the percentage of system disk space you are using.
Showing results 1 to 6 of 6

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