9 More Discussions You Might Find Interesting
1. Shell Programming and Scripting
hello everyone
how to parse excel file with indents ?
i was trying perl and there is Spreadsheet::ParseExcel::Format but i have no idea how to make it work
docs says $format->{Indent} but it's not working
also i was trying xls2csv and xlhtml but they don't care about indents at all :(
i... (1 Reply)
Discussion started by: tip78
1 Replies
2. Shell Programming and Scripting
A space, a tab? Just currious what, why, you indent in x way?
Fwiw, I use vi, so kind'a currious how you vi folks approach indentation when writing code (eg python).
Disclosure, I'm just learning python and have never seen a language use indentation so formally (I like it too:) ). I just... (7 Replies)
Discussion started by: sas
7 Replies
3. Shell Programming and Scripting
i have a file that contains information such as this:
hostname.sky.net === 12.39.59.35
hostname.sky.net === 12.39.59.35
hostname.sky.net === 12.39.59.35
hostname-newyork.sky.net ==== 13.45.35.24
hostname-newyork.sky.net ==== 13.45.35.24... (3 Replies)
Discussion started by: SkySmart
3 Replies
4. Shell Programming and Scripting
Every now and then I have to indent the lines in my script to 4 space characters.
I generally do it line by line.
Is there an automated command in vi using which I can indent some set of lines to desired number of space characters in one go. (2 Replies)
Discussion started by: paragkalra
2 Replies
5. UNIX for Dummies Questions & Answers
Hi,
I'm working with gvim, and opened an old file for editing.
the file 'older' indents are diffrent from the current and I wish to set the file to cahnge the whole file to the new indenting setting at once.
How can it be done?
thnx. (0 Replies)
Discussion started by: cvs_eng
0 Replies
6. Shell Programming and Scripting
Hi All,
I need a code to print those lines where there's NO indents on the 1st field
Example shown below.
I tried to use the below codes but i am not able to see the expected result.
Can any expert give any advise ?
My Code
cat filename| awk '$1 ~ /^+$/ {print $0}'
Input
1199 ... (7 Replies)
Discussion started by: Raynon
7 Replies
7. UNIX for Dummies Questions & Answers
I recently coded a typical ftp script looking like
ftp -n $hostname <<
user $user $pass
<commands..>
quit
!
I know the code fails when you try to indent it like:
ftp $hostname <<
user $user $pass
<commands..>
quit
!
Just for the sake of neat code, is there a... (4 Replies)
Discussion started by: yongho
4 Replies
8. UNIX for Dummies Questions & Answers
I know this is not a unix question but I also know that many of you use vim editor every day. So hoping to get some help, here it goes:
How can I change my vim config file so that the indentations while c programming take 4 spaces instead of 8?
I want the change to apply any further uses of... (4 Replies)
Discussion started by: Virtuosso
4 Replies
9. UNIX for Dummies Questions & Answers
Hi,
I use vi for my text editing. Is there a way to use smart indentation?
that is when adding a '{' or '}' that the editor will jump and advance, or any other thing like that?
thanks (1 Reply)
Discussion started by: sierra_aar
1 Replies