Search Results

Search: Posts Made By: ambious
3,228
Posted By ambious
Hi blackrageous, if we use perl, how to...
Hi blackrageous,

if we use perl, how to write this command? I am not familiar perl :(

Thanks!

---------- Post updated at 09:43 PM ---------- Previous update was at 08:40 PM ----------

I...
3,228
Posted By ambious
How to get past 30 mins time in Solaris?
Hi guys,

could you help to find a way to get the past 30 mins time in solaris.

version:

bash-3.00# uname -a
SunOS solaris 5.10 Generic_142910-17 i86pc i386 i86pc

I had tried the...
Forum: Red Hat 02-04-2013
3,340
Posted By ambious
Unrecognized Spanish characters from windows to Linux
Background:

I want to upload the file from windows to RHEL5 server, the file stores Spanish words with UTF-8 encoding. it's used as the data source for loading to database.

some special...
7,053
Posted By ambious
Rename files in ZIP file
Hi guys,

I want to change the name of zip file and the files in zip. eg. there are two zip files 100_ABC_20101020.zip 101_ABC_20101020.zip

100_ABC_20101020.zip
|
...
1,222
Posted By ambious
Maybe I didn't get it. Please show the...
Maybe I didn't get it.
Please show the expected result.
1,787
Posted By ambious
Thanks Scott, I find myself so ......
Thanks Scott, I find myself so ......
3,064
Posted By ambious
AWK one awk -F"/" '{print $2}' urfile
AWK one
awk -F"/" '{print $2}' urfile
2,319
Posted By ambious
if you want to add new rows in current file or...
if you want to add new rows in current file or new one? In current file, you should count the current rows and add new column value; if not, should reference the last file's row count.
1,279
Posted By ambious
you can try awk -F'"' '{print $2"\n"$6}'...
you can try
awk -F'"' '{print $2"\n"$6}' urfile.xml

How to use code tags (https://www.unix.com/how-post-unix-linux-forums/167686-forum-video-tutorial-how-use-code-tags.html) when posting data and...
1,787
Posted By ambious
Question about Special Shell Variable "$-"
Question: How I can change the shell option in my current environment, which I want to change the result of the command echo $-.

Background:
Special variable $-. It means the current shell...
6,184
Posted By ambious
Thanks for your comments. the environment as...
Thanks for your comments. the environment as follows:

HPUX 11
Bourne Shell, no bash
AWK, no NAWK

---------- Post updated at 01:14 AM ---------- Previous update was at 01:01 AM ----------

...
6,184
Posted By ambious
Count character in one line
Please check the attachment for the example. 2491
Purpose: count how many "|" character in one line and also display the line number.

expect result:
Line 1 : there are 473 "|" characters
Line 2...
Showing results 1 to 12 of 12

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