Search Results

Search: Posts Made By: psychobeauty
12,505
Posted By psychobeauty
itry this one also era when i execute it it tell...
itry this one also era when i execute it it tell me

syntax: files...

i think the error might be on the

case $# in 0) echo syntax: $0 files ...; exit 2;; esac
12,505
Posted By psychobeauty
i try it!!! and it does not work!! its get...
i try it!!!

and it does not work!!
its get me a syntax error..

i used it like this

#!/bin/sh

read -p "what date" vardate
echo $vardate

case $# in 0|1) echo "syntax: $0 date files...
12,505
Posted By psychobeauty
thanx for replying era!!! but i am afraid...
thanx for replying era!!!

but i am afraid this does not work.
i think that in the script that u write it checking throught files date..
what i want is to check throught files text content...
i...
12,505
Posted By psychobeauty
read -p "what date ?" vardate echo $vardate ...
read -p "what date ?" vardate
echo $vardate
awk -v d="$vardate" '$0 ~ d{print}' weblog



i find this one that really works its output me the correct line and...
12,505
Posted By psychobeauty
shell script to search content of file with timestamps in the directory
hello,

i want to make a script to search the file contents in my home directory by a given date and output me the line that has the date...
75,569
Posted By psychobeauty
if u want to input in each time what the script...
if u want to input in each time what the script to find u???
what do u change??
4,628
Posted By psychobeauty
so any help with those???
so any help with those???
4,628
Posted By psychobeauty
i dont know whats the point era....but they gonna...
i dont know whats the point era....but they gonna be on the exam....and the funny part is that he dont help us to solve the exercises...so that we can be ready for exams..he just gave us 30 tasks and...
4,628
Posted By psychobeauty
its not a coursework its a practice to learn unix...
its not a coursework its a practice to learn unix so that i can pass the exam...the problem is that i cant find a book to really help me for the exams.
4,628
Posted By psychobeauty
yeap it WORKSSS :) THANXXXX CAN U HELP ME...
yeap it WORKSSS :)
THANXXXX

CAN U HELP ME WITH THOSE TOO ERA???
Without using an editor, modify your shell script so that, after displaying the greeting, it waits for exactly two minutes, and...
4,628
Posted By psychobeauty
just in an empty line like where the output of ...
just in an empty line like where the output of
cat myfile
when we want to see the contens of the files is dispalayed in an empty line ...
4,628
Posted By psychobeauty
i know that there is a way to produce a shell...
i know that there is a way to produce a shell script using the cat command.
heres how

cat >psycho
echo -n "hello psycho"
but when executing it the output is written next to the login name
...
4,628
Posted By psychobeauty
shell scripts without editor
hello,

is there a way that i can produce a shell script without using editors..
i want it to be executable by sh....
my problem is that i dont know how to create the script eg. psycho to put...
4,132
Posted By psychobeauty
thats work great era thanxxx sorry for my...
thats work great era thanxxx


sorry for my too many questions but man pages is difficult to understand
4,132
Posted By psychobeauty
thanx era for replying can u explain me what u...
thanx era for replying can u explain me what u mean??how can i change the date formating option to make it says ''written on friday 12 april 2.52'' for instance..


thank you very much for taking...
4,132
Posted By psychobeauty
thanx for answering era!! thats great but with...
thanx for answering era!! thats great but with this i only get output the file content and the date i would like to output by the end of the file ''written on monday 7 april'' is that possible...
4,132
Posted By psychobeauty
timestamp in the end of a folder
hello everybody,

im new here... can u tell me how can i add a timestamp in a bottom of a file which will say for example..it was written on that date and time.


is tha possible??

...
Showing results 1 to 17 of 17

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