Search Results

Search: Posts Made By: eclip
3,212
Posted By eclip
what about this one? The bash write a...
what about this one?

The bash write a program to check the password to verify the validity of a given password according to the given conditions! The password should be specified on the program....
3,212
Posted By eclip
i name it preimenuj.sh.. and i dont know...
i name it preimenuj.sh..

and i dont know about 2nd arg :S
u have any idea?
3,212
Posted By eclip
#!/bin/sh for i in *$1; do mv "$i"...
#!/bin/sh

for i in *$1; do
mv "$i" "${i%.*}$2"
done
Test run:

this one makes this

mv: `new file' and `new file' are the same file
mv: `vaja1' and `vaja1' are the same file

so this...
3,212
Posted By eclip
tywm for that.. but i was wondering if u can...
tywm for that..
but i was wondering if u can make something like that?

i have done something like this..

#!/bin/bash

while true do

for rac in `cat $1` do

ping -c 3 $rac ||...
3,212
Posted By eclip
i made this tasks. and i need some explenation or just remake my code.
Hello i hope this post is ok! and i hope that i get the point of rules :)
i made this tasks by my self but few of them arent working.. and i dont know why!?
u think u could help me? to give me...
3,433
Posted By eclip
hmm.. that sux.. if i would know how to do it.. i...
hmm.. that sux.. if i would know how to do it.. i wouldnt post it here -.-"
dont u think sO?

and my class mates dont know how to make it also -.-"
so ? any idea?
3,433
Posted By eclip
Hello.. can someone help my with this tasks?
1. Write a shell program which renames the current directory with the given file extension to another extension. The playoffs are given on the command line.

Example usage:

$ Rename txt doc
...
Showing results 1 to 7 of 7

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