Search Results

Search: Posts Made By: marek
2,368
Posted By greet_sed
Hi, Following one works in bash from...
Hi,

Following one works in bash from terminal through bash history ( Not from the script ) :
cp file_w30.tex !#:1:s/_w30/_w31/!# - Refers to current command line typed so far.
1 - Refers to...
2,368
Posted By drl
Hi, marek. READLINE This is the...
Hi, marek.


READLINE
This is the library that handles reading input when using an interac-
tive shell, unless the --noediting option is given at shell invocation.
Line...
2,368
Posted By drl
Hi. Here's a script, but it should work...
Hi.

Here's a script, but it should work interactively:
#!/usr/bin/env tcsh

# @(#) s1 Demonstrate rename utility.

# Infrastructure details, environment, commands for forum posts.
#...
2,368
Posted By greet_sed
Hi, You did not try what i have posted in...
Hi,

You did not try what i have posted in post#4. Here is the tested code.

touch foo1 foo2 foo3
ls
foo1_bar foo2_bar foo3_bar
foreach i ( foo* )
foreach? mv $i "$i"_bar
foreach? end
...
4,320
Posted By MadeInGermany
@pravin27, didn't the previous post say that...
@pravin27, didn't the previous post say that SQLite and XML should match on the file type=contents not name?

The following pipes the output of a simple find command into a while loop that does the...
Forum: Web Development 06-10-2013
3,432
Posted By radoulov
Hi marek, I'm not familiar with Mac OS and I...
Hi marek,
I'm not familiar with Mac OS and I have no idea why the OS username is _mysql,
any valid OS name could be used.
Did you stop the database before copying the datafiles?
In any case,...
Showing results 1 to 6 of 6

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