Search Results

Search: Posts Made By: jasjot31
31,465
Posted By jasjot31
Thanks a lot.
Thanks a lot.
31,465
Posted By jasjot31
Copying one file into another
I have two files, lets say file1.pun and file2.pun

Now i need to copy the first 10 lines of file1.pun and paste them on the head of file2.pun without deleting the contents of file2.pun.

I have...
22,307
Posted By jasjot31
Thanks a lot ... its working
Thanks a lot ... its working
2,545
Posted By jasjot31
Here is the data variable which I need to split....
Here is the data variable which I need to split. Each data item is spaced by a blank space.

echo $file_data

gm_gds_de_1P1V_ll_-40.pun gm_gds_normal_1P1V_ll_-40.pun gm_gds_de_1P1V_ll_125.pun...
2,545
Posted By jasjot31
No, both these are stored in variables
No, both these are stored in variables
2,545
Posted By jasjot31
String Parsing help
I have a string like

string_name = data1 data2 data3 ....

Now I need to take take these datas into individual variables such that I finally have something like

string1 = data1
string2 =...
22,307
Posted By jasjot31
Converting ps file to pdf
I have a number of post script files (*.ps) which I need to convert into Pdf.

I am using the ps2pdf command for this, but the trouble is that this commands takes only one input at a time. So the...
53,623
Posted By jasjot31
Thanks a lot ... I got what I was doing wrong ...
Thanks a lot ... I got what I was doing wrong

finally i declared the path as a variable ... and then used

cd $<var>/<further directories>
53,623
Posted By jasjot31
Creating alias for directory path
I am trying to create an alias for a frequently used directory path by using

alias xyz="/proj/dir_name"

and then trying to reach a sub-directoy by using

cd xyz/abc

but I get an error...
Showing results 1 to 9 of 9

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