Search Results

Search: Posts Made By: kamal_p_99
2,932
Posted By kamal_p_99
Hi Pravin I am thinking of using the sed...
Hi Pravin

I am thinking of using the sed command, but dont know how to go about it.

I have a script

for i in `ls *TEXTPATTERN*`;do grep String $i | wc -l | grep -v 0 | $i >>...
2,932
Posted By kamal_p_99
Extracting a portion of the filename
Hi

I would like to extract the first portion of filename from a list of files.

The filename pattern is of the form 123456789_TEXT_TEXT_TEXT_.csv. I want to extract just the numerical portion...
1,592
Posted By kamal_p_99
Deleting particular files with a numerical suffix
Hello

I have a directory with a list of files which have a particular numerical suffix.

E.g

filename_0
filename_1
filename_18500
filename_10000

I want to delete all files from this...
1,908
Posted By kamal_p_99
Inserting additional comma delimiters in a csv file, after and before certian fields.
Hello

I have a csv file which I need to insert addtional commas into. The csv is of the format

field1,field2,field3,field4,...etc...,field13,field14

I need to add extra commas in each...
Showing results 1 to 4 of 4

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