Search Results

Search: Posts Made By: eagercyber
4,964
Posted By eagercyber
Tools for alignment of code?
Hello,

Do we have any freeware which helps in alignment of code wrt spaces, sections etc?

Thanks
19,825
Posted By eagercyber
Thanks a lot for your help. My original file...
Thanks a lot for your help.

My original file looks like

Name: Eager
DOB: 19-Apr-1981
Address: 2nd Cross, Church Street
Contact: 407 ...
Qualification: Bachelor Of Comp Science

Needs to...
19,825
Posted By eagercyber
1 clarification. DOB line is not the last...
1 clarification.

DOB line is not the last line.

The file would have something like

Name:
DOB:
Address:
Contact:
Qualification:

etc

Alternatively if I can induce that in a...
19,825
Posted By eagercyber
Currently my files have DOB:........ line ...
Currently my files have

DOB:........ line

I need to add DOJ:..... after that line
19,825
Posted By eagercyber
SED - adding a new line after pattern
Hi,

In files, I have a field Date Of Birth (DOB). After that line I need to add Date of Joining (DOJ)

DOB:19-Apr-1981

needs to become

DOB:19-Apr-1981
DOJ:20-Jun-2005

What can be a...
2,344
Posted By eagercyber
In the html page, I have the format Type ...
In the html page, I have the format

Type id Status Open Title
Requirement 00325 In-progress 2008-06-18 Field updation status
Coding 00301 Closed ...
2,344
Posted By eagercyber
PERL data - sorting
Hello,

I have a page where multiple fields and their values are displayed. But I am able to sort only a few fields. When I looked into the issue, it is seen that the for each row of info , an...
47,608
Posted By eagercyber
Thanks for clues. The file is not empty. ...
Thanks for clues.

The file is not empty.

With uncompress I get an error

uncompress file1.tar.Z
file1.tar.Z: not in compressed format

So mostly it is not compressed but still named as...
47,608
Posted By eagercyber
gunzip error - not in gzip format
Hi,

I am getting this error

gunzip file1.tar.Z

gunzip: file1.tar.Z: not in gzip format

Any clues? This goes bad only in some recent installations of ids
3,087
Posted By eagercyber
Recursively check the file/dir names
Hi,

' recgrep find . | xargs grep ' is used to scan the contents recursively. I have a different requirement. I need to scan just the names and check for a pattern and display with fullpath. Is...
1,492
Posted By eagercyber
Script based on input mail
Hi,

I am looking for examples of scripts which monitor for a mail from an id , say abc@xyz.com and if that comes, would reply with the contents of a file. The file is a dynamic status of some...
14,516
Posted By eagercyber
Thanks a lot. I would give a shot.
Thanks a lot. I would give a shot.
14,516
Posted By eagercyber
Conversion of .zip to .tar.Z format
Can we have a shell script for this sort of conversion?

There are some web-based tools which display the contents of tar.Z format. I am trying to convert zip files to that

Thanks in advance
6,663
Posted By eagercyber
While loop - The sum seems to be local
Hi,

I am trying to extracting the sum of all varibles listed in a file.

The code is as follows


##### FILE1 ########

Value1:2
Value2:2
Value3:6
Value4:5

##### shell script ######...
Showing results 1 to 14 of 14

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