Sponsored Content
Top Forums UNIX for Beginners Questions & Answers How to make a loop to read the input from a file part by part? Post 303038220 by arun_adm on Wednesday 28th of August 2019 02:57:21 AM
Old 08-28-2019
Hi Rudic,

Here is the example command to create workspaces : command-to-create-workspaces DirectoryId=<directoryID>,UserName=<User>,BundleId=<bundleID>

I wonder how can I supply the input to "UserName=" option in the command using the code given by you. UserName option should pick the input from ws-userlist.txt. Please advise.

Code:
 split -l25 --filter="command-to-create-workspaces params" ws-userlist.txt

--- Post updated at 01:27 PM ---

Thanks MadeInGermany for your reply.

Could you please elaborate the code you posted? Thanks.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

read in part of the file into another file

Hi, I justs started learning Unix on my own. I have a question: What command can I use when I need to read in part of the file into another file? I remember I saw it somewhere but I don't know what it is. Thanks (3 Replies)
Discussion started by: whatisthis
3 Replies

2. Shell Programming and Scripting

comparing part of header with part of detailed records.

Hi there, I am lil confused with the following issue. I have a File, which has the following header: IMSHRATE_043008_101016 a sample detailed record is :9820101 A982005000CAVG030108000000000000010169000MAR 2008 9820102 MAR 2008 D030108 ... (1 Reply)
Discussion started by: cmaroju
1 Replies

3. UNIX for Dummies Questions & Answers

Replacing part of a text file with user input.

Ok, I am brand new to UNIX and I am trying to learn a cross between basic script and database use. I had got some ideas off the net on simple ideas for learning UNIX. I am working on creating a simple phone book program that allows myself to enter our employees from work into a phone book text... (0 Replies)
Discussion started by: georgefurbee
0 Replies

4. Shell Programming and Scripting

How to select or make reference to, part of a field

For a field format such as AAL1001_MD82, how do I select(and use in if statement) only the last four elements( in this case MD82) or the first three elements (in this case AAL)? For instance, how do I do the following - if first three elements of $x == yyy, then ... (5 Replies)
Discussion started by: akshaykr2
5 Replies

5. Shell Programming and Scripting

To Read a File and Insert a part of the lines into the database

Hi Guys I need to have a shell script which reads a log file and insert a part of each line into the database. Some sample lines in the file are as below. 20091112091359 MED_RQACK : user_data=60173054304,100232120,20091112091359,;ask_status=0;ask_reason=OK;msg_id=20091112091319... (5 Replies)
Discussion started by: Somanadh
5 Replies

6. Shell Programming and Scripting

[Solved] Printing a part of the last line of the specific part of a file

Hi, I have 80 large files, from which I want to get a specific value to run a Bash script. Firstly, I want to get the part of a file which contains this: Name =A xxxxxx yyyyyy zzzzzz aaaaaa bbbbbb Value = 57 This is necessary because in a file there are written more lines which... (6 Replies)
Discussion started by: wenclu
6 Replies

7. Shell Programming and Scripting

make loop from input file

Hi Guys, I have file A.txt PP97 PP66 PP87 PP66 PP47 PP57 PP44 PP20 PP66 PP16 PP13 PP51 PP68 PP70 PP75 PP30 (2 Replies)
Discussion started by: asavaliya
2 Replies

8. Shell Programming and Scripting

Use while loop to read file and use ${file} for both filename input into awk and as string to print

I have files named with different prefixes. From each I want to extract the first line containing a specific string, and then print that line along with the prefix. I've tried to do this with a while loop, but instead of printing the prefix I print the first line of the file twice. Files:... (3 Replies)
Discussion started by: pathunkathunk
3 Replies

9. Shell Programming and Scripting

Read file and add it into part of file

Hello let me explain senario. there is a file which name is config and it store main software variable: file main.conf contents: update="1" log_login="0" allow_ports="" deny_ports="21,22,23" and there is a file which name is ports.txt file ports.txt contents: 25,26,27 i... (3 Replies)
Discussion started by: nimafire
3 Replies

10. Shell Programming and Scripting

Read file input in while loop does not work on AIX system

I'm working on Aix 6.1 and using ksh shell. The below works fine on Linux bash or ksh shell . while IFS= read -r dirpath ; do echo "Hi" done <<<"$var" However, any such while loop that reads the input from file or variable using <<< fails on Aix system with the below error: Below... (2 Replies)
Discussion started by: mohtashims
2 Replies
dragbox(1)																dragbox(1)

NAME
dragbox - Command line drag-and-drop tool for Gnome. SYNOPSIS
dragbox [-naxpu0] [--get | --list] [--name id] [item ...] DESCRIPTION
Dragbox is a tool for connecting the command line with the desktop environment. It summons a drag handle in a window when you are managing files or text in the shell, connecting the different workspaces -- desktop and command line. Dragbox can take items on the command line or from a pipe and put on its shelf. The inverse is also possible: dragged-to items can be out- put to the shell. It is possible to have more than one instance running, and put items on or get items from any of them. Right-click in the window to open a context menu or access the preferences window. Clicking an item copies it to the clipboard (files can be opened as an option). OPTIONS
-f, --file file Add file to the dragbox and report an error if it does not exist. -t, --text "snippet" Add snippet to the dragbox as text. This is needed explicitly if you want to treat an existing path as text. -n, --no-fork Do not fork after launch. This implies --write-on-exit. The program will not be able to communicate with other instances of itself. --get Query a running instance for its contents, output and exit. This respects settings affecting output format. Note that --get takes no arguments; use --name to specify which shelf to get. -m, --name name Use shelf identifier name. This can be used to have multiple dragboxes (shelves) available. --list List running instances. --window-title title Set window title to title. This will only have effect when the window is first created. Output settings -a, --write-async Output dragged-to items to standard output as they are received. -x, --write-on-exit Output contents of the dragbox to standard output at exit. -p, --paths Use absolute paths when outputing files. This is default. -u, --uris Use URIs when outputing files. -0, --null-terminate Separate dragged-in items' output with , not . This is useful together with xargs -0 The following are generic options -h, --help Displays usage information and exits. -v, --version Displays version information and exits. EXAMPLES
dragbox . file1.txt Adds the current directory and file1.txt to the currently running dragbox, or creates a new one. If file1.txt does not exist, its name is added as text. dragbox -t "Dragbox is cool" Adds a text snippet to the currently running dragbox, or creates a new one. dragbox --get -0 | xargs -0 tar cfz backup.tar.gz Get current items and pipe to xargs to create a tarball. Note that this simple command will have problems if contents include text items. dragbox --name remember . Put the current directory on a shelf called "remember" TIPS AND TRICKS
Dragging in gnome works very well, but there are some hidden tricks that can make some things easier. Pressing modifier keys can switch between different types of drags; dragging a file to nautilus normally copies it, but you can hold shift to move it, or shift-ctrl to make a symlink. You can drag from any window without activating it by holding the altgr or super key when you drag. This is often very useful. You can bring up a minimized or obscured window while dragging by hovering momentarily over it's button in the window list (in the gnome- panel) Just like minimized windows, you can switch workspaces while dragging if you hover over the workspaces switcher for a short while. If you selected something in a window and focus another window, it looks like the selection disappeared. In many cases it's still there, you can try to drag it without focusing the window (see above) Type escape while dragging to cancel the drag ACCESSING DRAGBOX
Dragbox needs an X session to run and display its shelves. However, to access dragbox shelves from non-graphical sessions, all you need is to make sure dragbox knows which X session to connect to. It might be enough to define the DISPLAY variable. AUTHOR
dragbox was written by Ulrik Sverdrup <ulrik.sverdrup@gmail.com> dragbox(1)
All times are GMT -4. The time now is 03:38 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy